Cache Buster
adds a buster to your calls
Cache Busterとは何ですか?
Cache BusterはLumberjackOttersによって開発されたChromeの拡張機能で、その主な機能は「adds a buster to your calls」です。
拡張機能のスクリーンショット
Cache Buster拡張機能のCRXファイルをダウンロード
Cache Buster拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds a buster to your pages to avoid caching, enjoy :)
拡張機能の基本情報
名前 | Cache Buster |
ID | ohmdlkcmlkalaplcocbkaiilcdlldlaj |
公式URL | https://chromewebstore.google.com/detail/cache-buster/ohmdlkcmlkalaplcocbkaiilcdlldlaj |
説明 | adds a buster to your calls |
ファイルサイズ | 26.45 KB |
インストール数 | 207 |
現在のバージョン | 1.2 |
最終更新日 | 2020-10-25 |
公開日 | 2017-05-13 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | LumberjackOtters |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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", " |