Browse cigar promos in a sortable, filterable table.
An overlay extension for Chrome that turns crowded promo pages on eight major cigar retailers into one organized view. Sort by cost-per-stick, filter by brand or wrapper, favorite the lines you actually smoke — all inside the page you're already on.
No login. No account. No tracking. Stored locally on your browser.
Zero network requests.
The extension does not make any HTTP requests of its own. It doesn't have a server. It doesn't have an API. It can't, because it doesn't ask for the permissions to.
When you save favorite brands, they're written to chrome.storage.local — a per-browser key/value store that stays on your machine. Nothing syncs to Google. Nothing leaves your device.
This is enforced by the extension's permissions, not just our intentions. Open the manifest in Chrome's extension viewer and check.
What the extension can do
- Read the promo page you've opened (you trigger it).
- Show an overlay on top of that page.
- Save preferences in
chrome.storage.local.
What it can't do
- Make outbound network requests.
- Read other tabs.
- Sync data across browsers or devices.
- Talk to this website.
What it does
Sortable, filterable table
Brand, name, size, wrapper, filler, origin, strength, pack count, price, cost-per-stick. Click a header to sort. Click filters to narrow.
Brand favorites toggle
Pick the brands you actually smoke once. Then flip a toggle to hide everything else on any promo page you visit.
Hover-zoom on images
Tile thumbnails are small. Hover for a 400px preview that follows your cursor and disappears on mouse-out or Escape.
Cross-vendor pack normalization
"2 Boxes of 20", "25 cigars", "40-cigar", "Box of 50" — all resolve to the right pack count so cost-per-stick is consistent across retailers.
Brand & product line resolution
371 canonical cigar brands. Multi-word brands ("Romeo y Julieta"), accents ("Padrón"), punctuation ("E.P. Carrillo"), and the "Series by Brand" pattern all resolve correctly.
Proxied Add-to-Cart
The Add-to-Cart button on each row clicks the retailer's own button. Cart, checkout, and pricing all stay on the host site.
Works on eight cigar retailers
- cigarpage.com
- cigarsinternational.com
- jrcigars.com
- thompsoncigar.com
- holts.com
- nhcigars.com
- cigarbid.com
- cigarsdirect.com
Each retailer's site uses different markup. The extension ships a dedicated strategy per layout, with fallbacks for variants. New sites can be added — open an issue with a sample tile.
Install
The extension will be available on the Chrome Web Store soon. In the meantime, you can load it unpacked from the GitHub repo.
What's next
The extension is feature-complete for v1. The website is where the next pieces grow.
Cross-vendor deal feed
One page showing the current promos across every supported retailer. Browse without subscribing to anyone's email list.
Brand-watch alerts
Track the brands you care about. We watch the feeds; you get a web-push notification when there's a match.
More retailers
If the cigar shop you use isn't supported, send the URL — strategies are small.