Classic Cache Killer

Back in Web Store! Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click.

What is Classic Cache Killer?

Classic Cache Killer is a Chrome extension developed by khalifaagamil.com, and its main feature is "Back in Web Store! Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click.".

Extension Screenshots

screenshot

Download Classic Cache Killer Extension CRX File

Download Classic 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

Rate us on Facebook with Facebook post                    

Extension Basic Information

Name Classic Cache Killer Classic Cache Killer
ID kkmknnnjliniefekpicbaaobdnjjikfp
Official URL https://chromewebstore.google.com/detail/classic-cache-killer/kkmknnnjliniefekpicbaaobdnjjikfp
Description Back in Web Store! Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click.
File Size 70.55 KB
Installation Count 60,705
Current Version 2.5
Last Updated 2024-01-20
Publish Date 2020-05-22
Rating 4.81/5 Total 110 Ratings
Developer khalifaagamil.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/classic-cache-killer/home
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.5",
    "name": "Classic Cache Killer",
    "description": "Back in Web Store! Automatically clear your browser cache before loading a page. Can be enabled\/disabled with a single mouse click.",
    "manifest_version": 3,
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "action": {
        "default_title": "Cache Killer disabled",
        "default_icon": {
            "16": "icon-off.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "browsingData",
        "webRequest",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ]
}