Cache Killer

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

What is Cache Killer?

Cache Killer is a Chrome extension developed by Semyon V, and its main feature is "Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click".

Extension Screenshots

screenshot

Download Cache Killer Extension CRX File

Download Cache Killer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Cache Killer Cache Killer
ID mobkodffjnomdafehbljjphjaipbenpm
Official URL https://chromewebstore.google.com/detail/cache-killer/mobkodffjnomdafehbljjphjaipbenpm
Description Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click
File Size 53.45 KB
Installation Count 219
Current Version 100
Last Updated 2023-12-02
Publish Date 2023-12-02
Rating 5.00/5 Total 2 Ratings
Developer Semyon V
Email [email protected]
Payment Type free
Privacy Policy Page URL https://telegra.ph/Cache-Killer-Privacy-Policy-11-29
Supported Languages 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": [
        "*:\/\/*\/*"
    ]
}