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.

Cos'è Classic Cache Killer?

Classic Cache Killer è un'estensione di Chrome sviluppata da khalifaagamil.com, e la sua funzione principale è "Back in Web Store! Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Classic Cache Killer

Scarica i file di estensione Classic Cache Killer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Classic Cache Killer Classic Cache Killer
ID kkmknnnjliniefekpicbaaobdnjjikfp
URL Ufficiale https://chromewebstore.google.com/detail/classic-cache-killer/kkmknnnjliniefekpicbaaobdnjjikfp
Descrizione Back in Web Store! Automatically clear your browser cache before loading a page. Can be enabled/disabled with a single mouse click.
Dimensione del File 70.55 KB
Conteggio Installazioni 60,705
Versione Corrente 2.5
Ultimo Aggiornamento 2024-01-20
Data di Pubblicazione 2020-05-22
Valutazione 4.81/5 Totale 110 Valutazioni
Sviluppatore khalifaagamil.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/classic-cache-killer/home
Lingue Supportate 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": [
        ""
    ]
}