Cache Buster
adds a buster to your calls
Cos'è Cache Buster?
Cache Buster è un'estensione di Chrome sviluppata da LumberjackOtters, e la sua funzione principale è "adds a buster to your calls".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cache Buster
Scarica i file di estensione Cache Buster 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 extension adds a buster to your pages to avoid caching, enjoy :) Informazioni di Base sull'Estensione
| Nome | |
| ID | ohmdlkcmlkalaplcocbkaiilcdlldlaj |
| URL Ufficiale | https://chromewebstore.google.com/detail/cache-buster/ohmdlkcmlkalaplcocbkaiilcdlldlaj |
| Descrizione | adds a buster to your calls |
| Dimensione del File | 26.45 KB |
| Conteggio Installazioni | 207 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2020-10-25 |
| Data di Pubblicazione | 2017-05-13 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | LumberjackOtters |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cache Buster",
"description": "adds a buster to your calls",
"icons": {
"16": "icons\/icon16.png",
"20": "icons\/icon20.png",
"32": "icons\/icon32.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png"
},
"version": "1.2",
"background": {
"scripts": [
"buster.js"
]
},
"options_page": "config\/config.html",
"browser_action": {
"name": "Click to activate the cache buster"
},
"permissions": [
"activeTab",
"webRequest",
"webRequestBlocking",
" | |