History Cleaner
Plugin to clear browsing data of Chrome
Cos'è History Cleaner?
History Cleaner è un'estensione di Chrome sviluppata da responsivewebdev, e la sua funzione principale è "Plugin to clear browsing data of Chrome".
Scarica il file CRX dell'estensione History Cleaner
Scarica i file di estensione History Cleaner 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
This is a simple extension which helps to clear "appcache", "cache", "cookies", "downloads", "filesystems", "form data" and most importantly "history". This will be useful to developers as well normal users.
Informazioni di Base sull'Estensione
Nome | History Cleaner |
ID | bpapaaeaaoiejhimlojglikfdidcelcm |
URL Ufficiale | https://chromewebstore.google.com/detail/history-cleaner/bpapaaeaaoiejhimlojglikfdidcelcm |
Descrizione | Plugin to clear browsing data of Chrome |
Dimensione del File | 20.66 KB |
Conteggio Installazioni | 56 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2015-11-30 |
Data di Pubblicazione | 2015-11-30 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | responsivewebdev |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "History Cleaner", "version": "1.2", "description": "Plugin to clear browsing data of Chrome", "permissions": [ "browsingData" ], "browser_action": { "default_popup": "cleardata.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |