Clear Cookies, Storage, and Reload Page

Clears the cookies clears the storage and reloads the page

Cos'è Clear Cookies, Storage, and Reload Page?

Clear Cookies, Storage, and Reload Page è un'estensione di Chrome sviluppata da https://platondevs.nl, e la sua funzione principale è "Clears the cookies clears the storage and reloads the page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Clear Cookies, Storage, and Reload Page

Scarica i file di estensione Clear Cookies, Storage, and Reload Page 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

                        Clean the page cookies, clear the page storage and reload page.
Enjoy using it!

Known limitations: does not clean HttpOnly cookies, only cleans cookies in current page domain.                    

Informazioni di Base sull'Estensione

Nome Clear Cookies, Storage, and Reload Page Clear Cookies, Storage, and Reload Page
ID ibmecniinmokioelonobooffbpgkeifm
URL Ufficiale https://chromewebstore.google.com/detail/clear-cookies-storage-and/ibmecniinmokioelonobooffbpgkeifm
Descrizione Clears the cookies clears the storage and reloads the page
Dimensione del File 10.04 KB
Conteggio Installazioni 484
Versione Corrente 1.0
Ultimo Aggiornamento 2020-02-10
Data di Pubblicazione 2020-02-10
Sviluppatore https://platondevs.nl
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto http://platondevs.nl/privacy
URL della Pagina della Politica sulla Privacy https://platondevs.nl/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Cookies, Storage, and Reload Page",
    "short_name": "CCR-page",
    "description": "Clears the cookies clears the storage and reloads the page",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "ccr_icon_128.png",
        "default_title": "Clear Cookies and Reload"
    },
    "icons": {
        "128": "ccr_icon_128.png"
    },
    "author": {
        "name": "Platon Devs"
    }
}