Cookie AutoDelete V3 brings Manifest V3 support to Chrome 109+, Edge 109+ and other Chromium browsers. Firefox manual / sideload install is also available. All prior MV2 functionality is preserved.
▶ Install from the Chrome Web Store
Control your cookies! This extension is inspired by Self-Destructing Cookies. When a tab closes, any cookies not being used are automatically deleted. Prevent tracking by other cookies and add only the ones you trust. Easily import and export your cookie whitelist.
- Automatically deletes cookies from closed tabs
- Whitelist/Greylist support for cookies
- Easily export/import your configurations
- Clear all cookies for a domain
- Supports manual mode cleaning from the popup
- Easily see the number of cookies for a site
- Support for Container Tabs (Firefox 53+ only)
- Add the sites you want to keep cookies for to the whitelist (permanently) or greylist (until browser restart)
- Enable "Automatic Cleaning" in settings or "Auto-Clean" in popup
- Watch those unused cookies disappear :)
Manifest V3 — version 1.0.0: Requires Chrome 109+, Edge 109+, or any Chromium 109+ browser.
Install directly from the Chrome Web Store. Other Chromium browsers can install the same extension from the Web Store (Edge requires enabling "Allow extensions from other stores" in edge://extensions), but only Chrome is officially supported.
For Firefox, or to sideload an unpacked build on any supported browser, use the GitHub Releases artifacts:
- Download the latest
Cookie-AutoDelete-V3_<version>_Chrome.zip(or_Firefox.xpi) from Releases. - Chrome / Edge / Any Chromium browser: extract the zip, open
chrome://extensions(oredge://extensions, etc.), enable Developer Mode, click "Load unpacked", and select the extracted folder. - Firefox Nightly: the
.xpiis unsigned, so it only installs on Firefox Nightly. Openabout:debugging#/runtime/this-firefox, click "Load Temporary Add-on", and select the.xpifile. (Note: temporary add-ons are removed when Firefox restarts.)
Officially supported: Google Chrome only. Chrome is the only browser that is actively maintained and tested (via the Chrome Web Store). Other Chromium browsers (Edge, Brave, Vivaldi, Opera, …) can install the same extension from the Web Store and it will likely work, but they are not supported. A Firefox
.xpibuild is published on GitHub Releases for those who want it, but it is unsigned and unsupported.
npm run build:chrome # no bump: 1.0.0 → 1.0.0
npm run build:chrome patch # patch bump: 1.0.0 → 1.0.1
npm run build:chrome minor # minor bump: 1.0.0 → 1.1.0
npm run build:chrome major # major bump: 1.0.0 → 2.0.0This project is distributed under the MIT License (see LICENSE). It builds on prior MIT-licensed work whose original copyright notices are retained in the LICENSE file and in every source file's header, alongside this fork's copyright (© 2026 Vasilis Plavos).
PRs and bug reports are welcome — see CONTRIBUTING.md for setup, build, and test instructions, and SECURITY.md for reporting vulnerabilities.
Wiki documentation: https://github.com/vasilisplavos/Cookie-AutoDeleteV3/wiki/Documentation.