Clear Cookies, Storage, and Reload Page

Clears the cookies clears the storage and reloads the page

Wat is Clear Cookies, Storage, and Reload Page?

Clear Cookies, Storage, and Reload Page is een Chrome-extensie ontwikkeld door https://platondevs.nl, en de belangrijkste functie is "Clears the cookies clears the storage and reloads the page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Clear Cookies, Storage, and Reload Page

Download Clear Cookies, Storage, and Reload Page-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Clear Cookies, Storage, and Reload Page Clear Cookies, Storage, and Reload Page
ID ibmecniinmokioelonobooffbpgkeifm
Officiële URL https://chromewebstore.google.com/detail/clear-cookies-storage-and/ibmecniinmokioelonobooffbpgkeifm
Beschrijving Clears the cookies clears the storage and reloads the page
Bestandsgrootte 10.04 KB
Aantal Installaties 484
Huidige Versie 1.0
Laatst Bijgewerkt 2020-02-10
Publicatiedatum 2020-02-10
Ontwikkelaar https://platondevs.nl
E-mail [email protected]
Betalingswijze free
Help Pagina-URL http://platondevs.nl/privacy
URL van de Privacybeleid Pagina https://platondevs.nl/privacy
Ondersteunde Talen 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"
    }
}