Click and Clean
Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc.
Was ist Click and Clean?
Click and Clean ist eine Chrome-Erweiterung, die von https://browsernative.com entwickelt wurde, und ihr Hauptmerkmal ist "Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc.".
Erweiterungsscreenshots
Click and Clean-Erweiterungs-CRX-Datei herunterladen
Laden Sie Click and Clean-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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].
Grundlegende Informationen zur Erweiterung
Name | Click and Clean |
ID | mgngmngjioknlgjjaiiamcdbahombpfb |
Offizielle URL | https://chromewebstore.google.com/detail/click-and-clean/mgngmngjioknlgjjaiiamcdbahombpfb |
Beschreibung | Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc. |
Dateigröße | 38.53 KB |
Installationsanzahl | 10,000 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2023-11-06 |
Veröffentlichungsdatum | 2018-07-18 |
Bewertung | 4.34/5 Insgesamt 41 Bewertungen |
Entwickler | https://browsernative.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://browsernative.com/click-and-clean-chrome-extension/ |
Hilfeseite URL | https://browsernative.com/click-and-clean-chrome-extension/ |
URL der Datenschutzrichtlinien-Seite | https://browsernative.com/extensions-privacy-policy |
Unterstützte Sprachen | 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" } } } } |