Clear Cookies, Storage, and Reload Page

Clears the cookies clears the storage and reloads the page

Co je Clear Cookies, Storage, and Reload Page?

Clear Cookies, Storage, and Reload Page je rozšíření Chrome vyvinuté https://platondevs.nl, a jeho hlavní funkcí je „Clears the cookies clears the storage and reloads the page“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Clear Cookies, Storage, and Reload Page

Stáhněte si soubory rozšíření Clear Cookies, Storage, and Reload Page ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Clear Cookies, Storage, and Reload Page Clear Cookies, Storage, and Reload Page
ID ibmecniinmokioelonobooffbpgkeifm
Oficiální URL https://chromewebstore.google.com/detail/clear-cookies-storage-and/ibmecniinmokioelonobooffbpgkeifm
Popis Clears the cookies clears the storage and reloads the page
Velikost souboru 10.04 KB
Počet instalací 484
Aktuální Verze 1.0
Poslední Aktualizace 2020-02-10
Datum Vydání 2020-02-10
Vývojář https://platondevs.nl
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy http://platondevs.nl/privacy
URL Stránky Zásad Ochrany Soukromí https://platondevs.nl/privacy
Podporované Jazyky 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"
    }
}