Reload Page Without Cookies

Clear Cookie for current tab and reload

Cos'è Reload Page Without Cookies?

Reload Page Without Cookies è un'estensione di Chrome sviluppata da chongyang18, e la sua funzione principale è "Clear Cookie for current tab and reload".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Reload Page Without Cookies

Scarica i file di estensione Reload Page Without Cookies 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

                        Reload page without cookies by clicking on the extension icon                    

Informazioni di Base sull'Estensione

Nome Reload Page Without Cookies Reload Page Without Cookies
ID hedcmpoocggcflieohecjddaemkpjice
URL Ufficiale https://chromewebstore.google.com/detail/reload-page-without-cooki/hedcmpoocggcflieohecjddaemkpjice
Descrizione Clear Cookie for current tab and reload
Dimensione del File 6.36 KB
Conteggio Installazioni 73
Versione Corrente 0.1
Ultimo Aggiornamento 2020-04-02
Data di Pubblicazione 2020-03-29
Sviluppatore chongyang18
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reload Page Without Cookies",
    "description": "Clear Cookie for current tab and reload",
    "version": "0.1",
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "cookie.png",
        "default_title": "Reload Page Without Cookies"
    },
    "author": "Mike Yan"
}