Cookie-Cleaner
Chrome extension to clean cookies from the current tab in one click.
What is Cookie-Cleaner?
Cookie-Cleaner is a Chrome extension developed by jmatj.dev, and its main feature is "Chrome extension to clean cookies from the current tab in one click.".
Extension Screenshots
Download Cookie-Cleaner Extension CRX File
Download Cookie-Cleaner 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
Cookie-Cleaner is a simple and fast extension to clean cookies from the current tab in one click. Don't hassle with sites that are restricting the content based on how many times you have visited their site. In one click you're back on your feet and ready to go on!
Extension Basic Information
Name | Cookie-Cleaner |
ID | alnoiokdjddbeifhpfifmlgmdpgapmaj |
Official URL | https://chromewebstore.google.com/detail/cookie-cleaner/alnoiokdjddbeifhpfifmlgmdpgapmaj |
Description | Chrome extension to clean cookies from the current tab in one click. |
File Size | 15.15 KB |
Installation Count | 1,614 |
Current Version | 0.1 |
Last Updated | 2016-06-03 |
Publish Date | 2016-06-03 |
Rating | 3.40/5 Total 5 Ratings |
Developer | jmatj.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jmatj/cookie-cleaner |
Help Page URL | https://github.com/jmatj/cookie-cleaner |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cookie-Cleaner", "description": "Chrome extension to clean cookies from the current tab in one click.", "version": "0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "remove cookies now", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "cookies", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |