Cache Buster

adds a buster to your calls

什么是Cache Buster?

Cache Buster是由LumberjackOtters开发的Chrome扩展程序,该扩展的主要功能是“adds a buster to your calls”。

扩展截图

screenshot

下载Cache Buster扩展crx文件

下载Cache Buster扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension adds a buster to your pages to avoid caching, enjoy :)                    

扩展基本信息

名称 Cache Buster 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
电子邮箱 [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",
        ""
    ]
}