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.

Co je Classic Cache Killer?

Classic Cache Killer je rozšíření Chrome vyvinuté khalifaagamil.com, a jeho hlavní funkcí je „Back in Web Store! Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Classic Cache Killer

Stáhněte si soubory rozšíření Classic Cache Killer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Classic Cache Killer Classic Cache Killer
ID kkmknnnjliniefekpicbaaobdnjjikfp
Oficiální URL https://chromewebstore.google.com/detail/classic-cache-killer/kkmknnnjliniefekpicbaaobdnjjikfp
Popis Back in Web Store! Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click.
Velikost souboru 70.55 KB
Počet instalací 60,705
Aktuální Verze 2.5
Poslední Aktualizace 2024-01-20
Datum Vydání 2020-05-22
Hodnocení 4.81/5 Celkem 110 Hodnocení
Vývojář khalifaagamil.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://sites.google.com/view/classic-cache-killer/home
Podporované Jazyky 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": [
        ""
    ]
}