Click and Clean
Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc.
What is Click and Clean?
Click and Clean is a Chrome extension developed by https://browsernative.com, and its main feature is "Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc.".
Extension Screenshots
Download Click and Clean Extension CRX File
Download Click and Clean 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
Just one click (or use the keyboard shortcut command Ctrl + Shift + E) to delete all your browsing data including all open windows, browsing history, cookies, downloads history, form data, websites' caches and databases. Created by BrowserNative. Visit https://browsernative.com/click-and-clean-chrome-extension/ Feedback? Send via email to [email protected].
Extension Basic Information
Name | Click and Clean |
ID | mgngmngjioknlgjjaiiamcdbahombpfb |
Official URL | https://chromewebstore.google.com/detail/click-and-clean/mgngmngjioknlgjjaiiamcdbahombpfb |
Description | Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc. |
File Size | 38.53 KB |
Installation Count | 10,000 |
Current Version | 0.1.0 |
Last Updated | 2023-11-06 |
Publish Date | 2018-07-18 |
Rating | 4.34/5 Total 41 Ratings |
Developer | https://browsernative.com |
[email protected] | |
Payment Type | free |
Extension Website | https://browsernative.com/click-and-clean-chrome-extension/ |
Help Page URL | https://browsernative.com/click-and-clean-chrome-extension/ |
Privacy Policy Page URL | https://browsernative.com/extensions-privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Click and Clean", "short_name": "ClickClean", "description": "Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc.", "version": "0.1.0", "permissions": [ "browsingData", "notifications" ], "manifest_version": 2, "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "files\/icon-128.png", "default_title": "Click and Clean" }, "icons": { "48": "files\/icon-48.png", "128": "files\/icon-128.png" }, "homepage_url": "https:\/\/browsernative.com\/click-and-clean-chrome-extension\/", "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": true }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+E" } } } } |