Cache Buster
Append a random query parameter to any page.
Cos'è Cache Buster?
Cache Buster è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Append a random query parameter to any page.".
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 helps you to reload the page by automatically adding a cache buster parameter to the URL.
Informazioni di Base sull'Estensione
Nome | Cache Buster |
ID | ddmncmoalbogclpicdmnhemgbhfapfhc |
URL Ufficiale | https://chromewebstore.google.com/detail/cache-buster/ddmncmoalbogclpicdmnhemgbhfapfhc |
Descrizione | Append a random query parameter to any page. |
Dimensione del File | 8.34 KB |
Conteggio Installazioni | 790 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-08-10 |
Data di Pubblicazione | 2018-08-09 |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cache Buster", "author": "Sahib J. Leo", "version": "1.0", "description": "Append a random query parameter to any page.", "icons": { "16": "images\/cache-buster-icon-16x16.png", "32": "images\/cache-buster-icon-32x32.png", "64": "images\/cache-buster-icon-64x64.png", "128": "images\/cache-buster-icon-128x128.png" }, "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "16": "images\/cache-buster-icon-16x16.png", "32": "images\/cache-buster-icon-32x32.png", "64": "images\/cache-buster-icon-64x64.png", "128": "images\/cache-buster-icon-128x128.png" } } } |