Easy way to cancel Amazon Subscribe & Save subscriptions with just one button click.
- Supports Amazon.com, Amazon.ca, Amazon.co.uk, Amazon.de, Amazon.fr, Amazon.it, Amazon.es, Amazon.co.jp, Amazon.in, and Amazon.com.au (additional country URL need to be added to
manifest.config.ts) - Adds "One-click cancel" button to each subscription
- Adds "One-click cancel all" to each delivery schedule
- Adds "One-click cancel all" to all subscriptions
- Automatically clicks through the subscription dialog to cancel
- After cancellation, redirects users back to the "Deliveries" tab to cancel more subscriptions
This project now uses the create-crxjs Vite-based extension structure.
pnpm run dev- run Vite in watch mode for extension developmentpnpm run build- generate a production extension build indist/pnpm run lint- run TypeScript checks plus oxlint with type-aware lintingpnpm run format- format the codebase with oxfmt
https://chrome.google.com/webstore/detail/lmhmoofhakpnlfighmgfkoonfkbjjgfh?authuser=0&hl=en-AU
- Build the project with
pnpm installandpnpm run build - Open Chrome "Manage Extensions" page
chrome://extensions/ - Enable "Developer mode" toggle in top right corner
- Click "Load unpacked" button and select the
distfolder in the project
