Randomizer Cache Bypassing
Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.
What is Randomizer Cache Bypassing?
Randomizer Cache Bypassing is a Chrome extension developed by Alex, and its main feature is "Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content.".
Extension Screenshots
Download Randomizer Cache Bypassing Extension CRX File
Download Randomizer Cache Bypassing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Randomizer Cache Bypassing |
ID | lpebcjljaonldldblhnocpbpibllfkaa |
Official URL | https://chrome.google.com/webstore/detail/randomizer-cache-bypassin/lpebcjljaonldldblhnocpbpibllfkaa |
Description | Add randomized URL Parameter and reload page to avoid (server) caching issues with changed content. |
File Size | 8.49 KB |
Installation Count | 11 |
Current Version | 1.0.2 |
Last Updated | 2019-01-19 |
Publish Date | 2019-01-19 |
Developer | Alex |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } |