Randomizer Cache Bypassing
Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.
Cos'è Randomizer Cache Bypassing?
Randomizer Cache Bypassing è un'estensione di Chrome sviluppata da Alex, e la sua funzione principale è "Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Randomizer Cache Bypassing
Scarica i file di estensione Randomizer Cache Bypassing 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
Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content. The extension is based on javascript to force server cache bypassing with a randomized URL suffix.
Informazioni di Base sull'Estensione
Nome | Randomizer Cache Bypassing |
ID | lpebcjljaonldldblhnocpbpibllfkaa |
URL Ufficiale | https://chrome.google.com/webstore/detail/randomizer-cache-bypassin/lpebcjljaonldldblhnocpbpibllfkaa |
Descrizione | Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content. |
Dimensione del File | 8.49 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2019-01-19 |
Data di Pubblicazione | 2019-01-19 |
Sviluppatore | Alex |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Randomizer Cache Bypassing", "description": "Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.", "version": "1.0.2", "author": "Alexander Hauck, [email protected]", "short_name": "Randomizer", "background": { "scripts": [ "randomizer.js" ] }, "browser_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" }, "default_title": "Randomizer Cache Bypassing" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |