Cache Cleaner
Clear browser cache for the last week.
Cos'è Cache Cleaner?
Cache Cleaner è un'estensione di Chrome sviluppata da Maxym Gorbenko, e la sua funzione principale è "Clear browser cache for the last week.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cache Cleaner
Scarica i file di estensione Cache 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
Clear browser cache for the last week.
Informazioni di Base sull'Estensione
Nome | Cache Cleaner |
ID | ekcjobkhkmknjjfenofigfkncfjfdmjo |
URL Ufficiale | https://chromewebstore.google.com/detail/cache-cleaner/ekcjobkhkmknjjfenofigfkncfjfdmjo |
Descrizione | Clear browser cache for the last week. |
Dimensione del File | 63.65 KB |
Conteggio Installazioni | 847 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-05-10 |
Data di Pubblicazione | 2017-05-10 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | Maxym Gorbenko |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cache Cleaner", "short_name": "CC", "version": "1.0", "author": "Maxym Gorbenko", "description": "Clear browser cache for the last week.", "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "64": "icons\/64x64.png", "128": "icons\/128x128.png" }, "permissions": [ "browsingData", "notifications" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Clear cache!", "default_icon": "icons\/128x128.png" } } |