Clear Cookies, Storage, and Reload Page

Clears the cookies clears the storage and reloads the page

Was ist Clear Cookies, Storage, and Reload Page?

Clear Cookies, Storage, and Reload Page ist eine Chrome-Erweiterung, die von https://platondevs.nl entwickelt wurde, und ihr Hauptmerkmal ist "Clears the cookies clears the storage and reloads the page".

Erweiterungsscreenshots

screenshot

Clear Cookies, Storage, and Reload Page-Erweiterungs-CRX-Datei herunterladen

Laden Sie Clear Cookies, Storage, and Reload Page-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Clear Cookies, Storage, and Reload Page Clear Cookies, Storage, and Reload Page
ID ibmecniinmokioelonobooffbpgkeifm
Offizielle URL https://chromewebstore.google.com/detail/clear-cookies-storage-and/ibmecniinmokioelonobooffbpgkeifm
Beschreibung Clears the cookies clears the storage and reloads the page
Dateigröße 10.04 KB
Installationsanzahl 484
Aktuelle Version 1.0
Letztes Update 2020-02-10
Veröffentlichungsdatum 2020-02-10
Entwickler https://platondevs.nl
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL http://platondevs.nl/privacy
URL der Datenschutzrichtlinien-Seite https://platondevs.nl/privacy
Unterstützte Sprachen 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"
    }
}