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
官方網址 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": [
        "*:\/\/*\/*"
    ]
}