Clear Cache
Clears your cache and browsing data with a click of a button
Cos'è Clear Cache?
Clear Cache è un'estensione di Chrome sviluppata da Daniel Lvovsky, e la sua funzione principale è "Clears your cache and browsing data with a click of a button".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clear Cache
Scarica i file di estensione Clear Cache 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
Clear Cache helps you clear cache data, browsing history and much more with a single click of a button. Clear Cache also allows you to set what you want to clear with an options menu where you can choose what you want to be cleared and from what time period. More features will be added in the future. Enjoy!
Informazioni di Base sull'Estensione
Nome | Clear Cache |
ID | appfmjhoobioppbehccakejenccnlfbi |
URL Ufficiale | https://chromewebstore.google.com/detail/clear-cache/appfmjhoobioppbehccakejenccnlfbi |
Descrizione | Clears your cache and browsing data with a click of a button |
Dimensione del File | 69.3 KB |
Conteggio Installazioni | 1,387 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2020-05-18 |
Data di Pubblicazione | 2020-05-15 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Daniel Lvovsky |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear Cache", "version": "1.0.0", "description": "Clears your cache and browsing data with a click of a button", "minimum_chrome_version": "19", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "background": { "page": "backgroundpage.html" }, "browser_action": { "default_icon": "img\/icon_19.png", "default_title": "Clear Cache" }, "options_ui": { "chrome_style": true, "page": "options.html", "open_in_tab": true }, "permissions": [ "browsingData", "cookies" ] } |