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 |
官方網址 | 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 |
電子郵箱 | [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", " |