Cache Killer

Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click

什么是Cache Killer?

Cache Killer是由Semyon V开发的Chrome扩展程序,该扩展的主要功能是“Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click”。

扩展截图

screenshot

下载Cache Killer扩展crx文件

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

扩展使用说明

                        Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click                    

扩展基本信息

名称 Cache Killer Cache Killer
ID mobkodffjnomdafehbljjphjaipbenpm
官方URL https://chromewebstore.google.com/detail/cache-killer/mobkodffjnomdafehbljjphjaipbenpm
简介 Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click
文件大小 53.45 KB
安装次数 219
当前版本 100
更新时间 2023-12-02
上架时间 2023-12-02
评分 5.00/5 共2次评分
开发者 Semyon V
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://telegra.ph/Cache-Killer-Privacy-Policy-11-29
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cache Killer",
    "version": "100",
    "manifest_version": 3,
    "description": "Automatically clear your browser cache before loading a page. Can be enabled\/disabled with a single mouse click",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": "Cache Killer disabled",
        "icons": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "incognito": "split",
    "permissions": [
        "activeTab",
        "storage",
        "browsingData",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}