Randomizer Cache Bypassing
Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.
Wat is Randomizer Cache Bypassing?
Randomizer Cache Bypassing is een Chrome-extensie ontwikkeld door Alex, en de belangrijkste functie is "Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.".
Extensie Screenshots
Download het CRX-bestand van de extensie Randomizer Cache Bypassing
Download Randomizer Cache Bypassing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Randomizer Cache Bypassing |
ID | lpebcjljaonldldblhnocpbpibllfkaa |
Officiële URL | https://chrome.google.com/webstore/detail/randomizer-cache-bypassin/lpebcjljaonldldblhnocpbpibllfkaa |
Beschrijving | Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content. |
Bestandsgrootte | 8.49 KB |
Aantal Installaties | 11 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2019-01-19 |
Publicatiedatum | 2019-01-19 |
Ontwikkelaar | Alex |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } |