Startup Cookie Destroyer
Remove unwanted cookies and site data on start-up, and manually from the toolbar.
What is Startup Cookie Destroyer?
Startup Cookie Destroyer is a Chrome extension developed by Aaron Horler, and its main feature is "Remove unwanted cookies and site data on start-up, and manually from the toolbar.".
Extension Screenshots
Download Startup Cookie Destroyer Extension CRX File
Download Startup Cookie Destroyer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Remove unwanted cookies and all other site data on startup, and manually from the extension toolbar. Wanted cookies are defined using a white list. GitHub source - https://github.com/aghorler/Startup-Cookie-Destroyer CHANGELOG 1.2.0 - Add cacheStorage option to browsing data clear, attempted return to Chrome Web Store. 1.1.0 - Automatic option saving. 1.0.3 - Logic improvements. Hover descriptions on options page. 1.0.2 - The extension no longer clears all cookies on installation. 1.0.1 - First release.
Extension Basic Information
Name | Startup Cookie Destroyer |
ID | gnofoiakeednmambnlgcooiflejppmoj |
Official URL | https://chromewebstore.google.com/detail/startup-cookie-destroyer/gnofoiakeednmambnlgcooiflejppmoj |
Description | Remove unwanted cookies and site data on start-up, and manually from the toolbar. |
File Size | 11.96 KB |
Installation Count | 214 |
Current Version | 1.2.0 |
Last Updated | 2022-02-28 |
Publish Date | 2018-05-16 |
Rating | 4.33/5 Total 6 Ratings |
Developer | Aaron Horler |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/aghorler/Startup-Cookie-Destroyer |
Help Page URL | https://github.com/aghorler/Startup-Cookie-Destroyer |
Privacy Policy Page URL | https://aaronhorler.com/privacy.txt |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Startup Cookie Destroyer", "version": "1.2.0", "manifest_version": 2, "description": "Remove unwanted cookies and site data on start-up, and manually from the toolbar.", "background": { "scripts": [ "\/js\/background.js" ], "persistent": false }, "icons": { "128": "\/img\/icon128.png" }, "browser_action": { "name": "Clear cookies and site data." }, "options_ui": { "page": "\/html\/options.html", "chrome_style": true, "open_in_tab": false }, "permissions": [ "browsingData", "storage", "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ] } |