Adds checkboxes and a bulk action bar to Gmail's own Manage subscriptions page. Select senders and unsubscribe, block, or delete their emails in one click. No sign-up, no OAuth, no inbox scanning — we never read your email.
Hi, maker here.
Gmail quietly shipped a really useful page a while back: "Manage
subscriptions" — it lists every sender you're subscribed to. The catch?
You still have to unsubscribe from them one... at... a... time.
So I built the missing piece: a Chrome extension that adds checkboxes and
a bulk action bar to that exact page.
What it does:
- Bulk Unsubscribe — tick multiple senders, unsubscribe from all of them
in one click
- Bulk Block — for senders that ignore unsubscribe requests
- Unsubscribe & Delete — unsubscribe AND sweep that sender's
existing emails to trash in one step
Why it's different from Other inbox cleaners:
No sign-up. No OAuth grant. No server ever scans your inbox. It's a
content script running on Gmail's own page, clicking the same buttons
you would — just in bulk. We never read, store, or transmit the content
of your emails.
For the technically curious: MV3 extension + Cloudflare Worker + Stripe
Checkout. The only personal data that ever leaves your device is your
account email address, used solely to key your paid plan.
I'd love your feedback — especially from anyone staring at a five-digit
unread count. And if a Gmail UI update ever breaks something, tell me
here or at hello.bulkunsub@gmail.com and I'll ship a fix fast.