Selective Cookie Remover
Remove cookies from selected domains
What is Selective Cookie Remover?
Selective Cookie Remover is a Chrome extension developed by billy, and its main feature is "Remove cookies from selected domains".
Extension Screenshots
Download Selective Cookie Remover Extension CRX File
Download Selective Cookie Remover 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
Deletes cookies from a specified list of domains. Create your own list of domains, then click the button to remove all cookies from matching domains/sub-domains. Source code available in the GitHub link below. Please contact me with any bugs or feedback! Version 1.11: - Live count of cookies for each domain - UI tweaks
Extension Basic Information
Name | Selective Cookie Remover |
ID | nagfacmodkbckhjiimdccehaabobmnnh |
Official URL | https://chromewebstore.google.com/detail/selective-cookie-remover/nagfacmodkbckhjiimdccehaabobmnnh |
Description | Remove cookies from selected domains |
File Size | 96.54 KB |
Installation Count | 1,000 |
Current Version | 1.11 |
Last Updated | 2015-04-09 |
Publish Date | 2015-04-09 |
Rating | 4.25/5 Total 4 Ratings |
Developer | billy |
Payment Type | free |
Extension Website | https://github.com/billyf/selective-cookie-remover |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Selective Cookie Remover", "description": "Remove cookies from selected domains", "version": "1.11", "browser_action": { "default_icon": "img\/cookie128.png", "default_title": "Remove cookies from selected domains", "default_popup": "popup.html" }, "icons": { "128": "img\/cookie128.png", "48": "img\/cookie48.png" }, "permissions": [ "cookies", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |