QuickClean
Clear ALL Browsing Data by deleting downloads, cached files and browsing history.
Cos'è QuickClean?
QuickClean è un'estensione di Chrome sviluppata da Gloablike, e la sua funzione principale è "Clear ALL Browsing Data by deleting downloads, cached files and browsing history.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione QuickClean
Scarica i file di estensione QuickClean 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
Need Privacy ? Sharing your computer station with someone else ? This extension will allow you to easily clear ALL Browsing Data by deleting downloads, cached files and browsing history.
Informazioni di Base sull'Estensione
Nome | QuickClean |
ID | hcdeoflfbkpmebldjfkemfhjomgjipgn |
URL Ufficiale | https://chromewebstore.google.com/detail/quickclean/hcdeoflfbkpmebldjfkemfhjomgjipgn |
Descrizione | Clear ALL Browsing Data by deleting downloads, cached files and browsing history. |
Dimensione del File | 11.01 KB |
Conteggio Installazioni | 6,261 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2015-05-22 |
Data di Pubblicazione | 2015-05-22 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | Gloablike |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QuickClean", "description": "Clear ALL Browsing Data by deleting downloads, cached files and browsing history.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "version": "0.1", "manifest_version": 2, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "browsingData" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "commands": { "clear-browsing-data": { "suggested_key": { "default": "Alt+Shift+C" }, "description": "QuickClean" } } } |