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.json
) - 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
https://chrome.google.com/webstore/detail/lmhmoofhakpnlfighmgfkoonfkbjjgfh?authuser=0&hl=en-AU
- Build the project with
npm install
andnpm run build
- Open Chrome "Manage Extensions" page
chrome://extensions/
- Enable "Developer mode" toggle in top right corner
- Click "Load unpacked" button and select the
dist
folder in the project