Cache Killer
Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click
Cos'è Cache Killer?
Cache Killer è un'estensione di Chrome sviluppata da Semyon V, e la sua funzione principale è "Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cache Killer
Scarica i file di estensione Cache Killer 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
Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click Informazioni di Base sull'Estensione
| Nome | |
| ID | mobkodffjnomdafehbljjphjaipbenpm |
| URL Ufficiale | https://chromewebstore.google.com/detail/cache-killer/mobkodffjnomdafehbljjphjaipbenpm |
| Descrizione | Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click |
| Dimensione del File | 53.45 KB |
| Conteggio Installazioni | 219 |
| Versione Corrente | 100 |
| Ultimo Aggiornamento | 2023-12-02 |
| Data di Pubblicazione | 2023-12-02 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Semyon V |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://telegra.ph/Cache-Killer-Privacy-Policy-11-29 |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Cache Killer",
"version": "100",
"manifest_version": 3,
"description": "Automatically clear your browser cache before loading a page. Can be enabled\/disabled with a single mouse click",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_title": "Cache Killer disabled",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"options_page": "options.html",
"incognito": "split",
"permissions": [
"activeTab",
"storage",
"browsingData",
"webRequest"
],
"host_permissions": [
"*:\/\/*\/*"
]
} | |