ClearBrowserData
Clear all browser data with one simple click.
Cos'è ClearBrowserData?
ClearBrowserData è un'estensione di Chrome sviluppata da JagerWorks, e la sua funzione principale è "Clear all browser data with one simple click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ClearBrowserData
Scarica i file di estensione ClearBrowserData in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
ClearBrowserData is the fastest way to clear all browser data. With one simple click on the ClearBrowserData icon in the Chrome toolbar you can: - Clear the browser's history - Clear the browser's cache - Clear the browser's cookies - Clear the browser's list of downloaded files - Clear the browser's stored form data and passwords - Clear websites' appcache data - Clear websites' file system data - Clear websites' IndexedDB data - Clear websites' WebSQL data - Clear websites' local storage data - Clear plugins' data Minimum Chrome version: 19 ClearBrowserData doesn't clear hosted app's and extensions' browser data.
Informazioni di Base sull'Estensione
Nome | ClearBrowserData |
ID | apehfighfmpoieeniallefdeibodgmmb |
URL Ufficiale | https://chromewebstore.google.com/detail/clearbrowserdata/apehfighfmpoieeniallefdeibodgmmb |
Descrizione | Clear all browser data with one simple click. |
Dimensione del File | 11.66 KB |
Conteggio Installazioni | 5,139 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2013-02-23 |
Data di Pubblicazione | 2013-02-23 |
Valutazione | 3.56/5 Totale 18 Valutazioni |
Sviluppatore | JagerWorks |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "ClearBrowserData", "version": "1.1", "manifest_version": 2, "minimum_chrome_version": "19", "offline_enabled": true, "description": "Clear all browser data with one simple click.", "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_title": "ClearBrowserData 1.1", "default_popup": "index.html" }, "permissions": [ "browsingData" ] } |