Shop Chlorine Tabs per pound with Popgot AI
Our dedicated team and sophisticated automation meticulously analyze thousands of listings. We verify crucial details like chemical type, tablet size, and dissolving speed to ensure every product listed is genuinely a chlorine tab, filtering out unrelated items or different chemical forms.
Here are the 29 products we considered starting at --
* We may earn a small commission from affiliate links below at no cost to you.
$3.17per lb | 2450 lb | $3,799.98 | 4.61.0k | Rx Clear 3" Chlorine Tablets 1200lbs | |||
$3.35per lb | 40 lb | 4.7813 | TABIT 3 inch Chlorine Tablets 40lbs | ||||
$3.38per lb | 40 lb | Limited time deal | 4.72.2k | Chlorine Tablets 3 Inch 40lbs | |||
$3.44per lb | 25 lb | 4.7821 | TABIT 3 inch Chlorine Tablets 25lbs | ||||
$3.50per lb | 50 lb | $174.98 | 4.743 | C3 3" Chlorinating Tablets 50 lbs | |||
$3.50per lb | 50 lb | 4.62.0k | C3... 3" Chlorine Tablets 50 lbs | ||||
$3.50per lb | 50 lb | 4.61.3k | C3 50 lb 3" Chlorine Tabs | ||||
$3.50per lb | 50 lb | $174.99 | 4.6354 | C3 3" Chlorine Tablets - 50 lbs | |||
$3.60per lb | 50 lb | 4.65.3k | Rx Clear 3" Chlorine Tabs 50 lb | ||||
$3.60per lb | 50 lb | 4.65.1k | Doheny's 3-Inch Chlorine Tablets 50lb | ||||
$3.60per lb | 50 lb | $179.99 | 4.61.0k | Rx Clear 3" Chlorine Tablets 50lbs | |||
$3.62per lb | 40 lb | $144.99 | 4.743 | C3 3" Chlorinating Tablets 40 lbs | |||
$3.75per lb | 40 lb | $149.98 65% off | 4.73.9k | Member's Mark 40 lbs Chlorine Tablets | |||
$3.75per lb | 40 lb | $149.98 25% off | 3.810 | Member's Mark Chlorine Tablets 40 lbs | |||
$3.75per lb | 40 lb | 4.6222 | C3 40lb Chlorine Tablets 3 Inch | ||||
$3.80per lb | 20 lb | Limited time deal | 4.72.2k | PROFELIZ 3 Inch Chlorine Tablets 20lbs | |||
$3.80per lb | 25 lb | 4.61.3k | C3 25 lbs 3" Chlorine Tabs | ||||
$3.88per lb | 25 lb | 4.62.0k | C3 3" Stabilized Chlorine 25 lbs | ||||
$3.88per lb | 25 lb | $96.99 | 4.6354 | C3 3" Chlorine Tablets 25 lbs | |||
$3.90per lb | 250 lb | 4.73.9k | Rx Clear 1" Chlorine Tabs 100 Lbs | ||||
$4.24per lb | 10 lb | $42.39 | 4.634 | 3-Inch Chlorine Tablets 10 lbs | |||
$4.30per lb | 10 lb | 4.7706 | C3 10lb Chlorine Tablets 3 Inch Popgot Pick | ||||
$4.87per lb | 8 lb | 4.52.8k | HTH 3" Chlorine Tabs, 8lb | ||||
$5.00per lb | 10 lb | Ends in20:58:27(function(f) {var _np=(window.P._namespace("GoldboxUDPAssets"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) {
function isComponentRegistered(componentName) {
var isRegistered = false;
P.now("registrationStarted:" + componentName).execute(function (loaded) {
isRegistered = !!loaded;
});
return isRegistered;
}
function setComponentRegistered(componentName) {
P.declare("registrationStarted:" + componentName, true);
}
if (!isComponentRegistered("count-down-controller-detailpage-dealBadge")) {
setComponentRegistered("count-down-controller-detailpage-dealBadge");
P.when('jQuery').register('count-down-controller-detailpage-dealBadge', function($) {
function countDown(timer) {
var $timer = $(timer);
var targetDateStr = $(timer).attr("data-target-time");
var targetDate = Date.parse(targetDateStr);
var dealBadgeSupportingText = '#dealBadgeSupportingText';
$(dealBadgeSupportingText).attr("aria-hidden","true");
var interval = null;
interval = setInterval(function () {
var diffMillis = targetDate - Date.now();
var diffSeconds = Math.floor(diffMillis / 1000);
if (diffSeconds < 0) {
$timer.text('00:00');
clearInterval(interval);
$(dealBadgeSupportingText).removeAttr("aria-hidden");
} else {
var hours = Math.floor((diffSeconds / (60 * 60)) % 24);
var minutes = Math.floor((diffSeconds / 60) % 60);
var seconds = Math.floor(diffSeconds % 60);
var hoursStr = ('0' + hours).slice(-2);
var minutesStr = ('0' + minutes).slice(-2);
var secondsStr = ('0' + seconds).slice(-2);
var timeStr = '';
if (hours > 0) {
timeStr = [hoursStr, minutesStr, secondsStr].join(':');
} else {
timeStr = [minutesStr, secondsStr].join(':');
}
$timer.text(timeStr);
updateOffscreenText(hours, minutes, seconds)
}
}, 1000);
}
var offscreenTextEnum = {
hours: 0,
minutes: 1,
seconds: 2,
};
var offscreenTextIDs = [
'#deals_countdown_timer_from_hours_screen_reader_label',
'#deals_countdown_timer_from_minutes_without_seconds_screen_reader_label',
'#deals_countdown_timer_from_seconds_screen_reader_label',
];
var offscreenTextTemplates = offscreenTextIDs.map(function (id) {
return $(id).text()
});
var classHidden = 'aok-hidden';
var classOffscreen = 'aok-offscreen';
function updateOffscreenText(hours, minutes, seconds) {
var type = getOffscrrenType(hours, minutes);
var elementID = offscreenTextIDs[type];
var template = offscreenTextTemplates[type];
var text = template
.replace('NO_OF_HOURS', hours)
.replace('NO_OF_MINUTES', minutes)
.replace('NO_OF_SECONDS', seconds);
$(elementID).text(text);
showOffscreenElement(elementID);
offscreenTextIDs.filter(function (_, idx) {
return idx != type;
}).forEach(function (id) {
return hideOffscreenElement(id)
});
if (isTimerOver(hours, minutes, seconds)) {
hideOffscreenElement(elementID);
}
}
function getOffscrrenType(hours, minutes) {
if (hours > 0) {
return offscreenTextEnum.hours;
}
if (minutes >= 1) {
return offscreenTextEnum.minutes;
}
return offscreenTextEnum.seconds;
}
function showOffscreenElement(elementID) {
$(elementID).removeClass(classHidden).addClass(classOffscreen);
}
function hideOffscreenElement(elementID) {
$(elementID).removeClass(classOffscreen).addClass(classHidden);
}
function isTimerOver(hours, minutes, seconds) {
return hours == 0 && minutes == 0 && seconds == 0;
}
return {
countDown : countDown
};
});
}
P.when('A', 'count-down-controller-detailpage-dealBadge', 'ready').execute(function(A, countDownController) {
var timers = document.querySelectorAll('.detailpage-dealBadge-countdown-timer');
A.each(timers, function(timer) {
countDownController.countDown(timer);
});
});
})); | 4.7821 | TABIT 3 inch 10 lb Chlorine Tablets | |||
$5.00per lb | 10 lb | $49.99 | 4.65.1k | Rx Clear 3" Chlorine Tabs 10 lbs | |||
$5.39per lb | 5 lb | $26.96 | 4.6367 | C3 5lb Chlorine Tablets 3 Inch | |||
$5.40per lb | 5 lb | 4.65.3k | Rx Clear 3" Chlorine Tabs 5 Lbs | ||||
$5.50per lb | 5 lb | 4.61.3k | C3 5 lbs 3" Chlorine Tabs | ||||
$5.50per lb | 5 lb | $27.49 | 4.6354 | C3 3" Chlorinating Tablets, 5 lbs |

