Cache Buster
Append a random query parameter to any page.
What is Cache Buster?
Cache Buster is a Chrome extension developed by Unknown, and its main feature is "Append a random query parameter to any page.".
Extension Screenshots
Download Cache Buster Extension CRX File
Download Cache Buster 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
This extension helps you to reload the page by automatically adding a cache buster parameter to the URL.
Extension Basic Information
Name | Cache Buster |
ID | ddmncmoalbogclpicdmnhemgbhfapfhc |
Official URL | https://chromewebstore.google.com/detail/cache-buster/ddmncmoalbogclpicdmnhemgbhfapfhc |
Description | Append a random query parameter to any page. |
File Size | 8.34 KB |
Installation Count | 790 |
Current Version | 1.0 |
Last Updated | 2018-08-10 |
Publish Date | 2018-08-09 |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" } } } |