Cache Buster
adds a buster to your calls
What is Cache Buster?
Cache Buster is a Chrome extension developed by LumberjackOtters, and its main feature is "adds a buster to your calls".
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 adds a buster to your pages to avoid caching, enjoy :)
Extension Basic Information
Name | Cache Buster |
ID | ohmdlkcmlkalaplcocbkaiilcdlldlaj |
Official URL | https://chromewebstore.google.com/detail/cache-buster/ohmdlkcmlkalaplcocbkaiilcdlldlaj |
Description | adds a buster to your calls |
File Size | 26.45 KB |
Installation Count | 207 |
Current Version | 1.2 |
Last Updated | 2020-10-25 |
Publish Date | 2017-05-13 |
Rating | 3.00/5 Total 2 Ratings |
Developer | LumberjackOtters |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cache Buster", "description": "adds a buster to your calls", "icons": { "16": "icons\/icon16.png", "20": "icons\/icon20.png", "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "version": "1.2", "background": { "scripts": [ "buster.js" ] }, "options_page": "config\/config.html", "browser_action": { "name": "Click to activate the cache buster" }, "permissions": [ "activeTab", "webRequest", "webRequestBlocking", " |