Click and Clean
Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc.
Wat is Click and Clean?
Click and Clean is een Chrome-extensie ontwikkeld door https://browsernative.com, en de belangrijkste functie is "Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc.".
Extensie Screenshots
Download het CRX-bestand van de extensie Click and Clean
Download Click and Clean-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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]. Basisinformatie over de Extensie
| Naam | |
| ID | mgngmngjioknlgjjaiiamcdbahombpfb |
| Officiële URL | https://chromewebstore.google.com/detail/click-and-clean/mgngmngjioknlgjjaiiamcdbahombpfb |
| Beschrijving | Quickly delete your browsing data - open windows, browsing history, cookies, downloads history, form data, caches etc. |
| Bestandsgrootte | 38.53 KB |
| Aantal Installaties | 10,000 |
| Huidige Versie | 0.1.0 |
| Laatst Bijgewerkt | 2023-11-06 |
| Publicatiedatum | 2018-07-18 |
| Beoordeling | 4.34/5 Totaal 41 Beoordelingen |
| Ontwikkelaar | https://browsernative.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://browsernative.com/click-and-clean-chrome-extension/ |
| Help Pagina-URL | https://browsernative.com/click-and-clean-chrome-extension/ |
| URL van de Privacybeleid Pagina | https://browsernative.com/extensions-privacy-policy |
| Ondersteunde Talen | 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"
}
}
}
} | |