Clear Cookies, Storage, and Reload Page

Clears the cookies clears the storage and reloads the page

Co to jest Clear Cookies, Storage, and Reload Page?

Clear Cookies, Storage, and Reload Page to rozszerzenie Chrome opracowane przez https://platondevs.nl, a jego główną funkcją jest „Clears the cookies clears the storage and reloads the page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Clear Cookies, Storage, and Reload Page

Pobierz pliki rozszerzeń Clear Cookies, Storage, and Reload Page w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Clear Cookies, Storage, and Reload Page Clear Cookies, Storage, and Reload Page
ID ibmecniinmokioelonobooffbpgkeifm
Oficjalny URL https://chromewebstore.google.com/detail/clear-cookies-storage-and/ibmecniinmokioelonobooffbpgkeifm
Opis Clears the cookies clears the storage and reloads the page
Rozmiar pliku 10.04 KB
Liczba instalacji 484
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-02-10
Data Publikacji 2020-02-10
Deweloper https://platondevs.nl
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy http://platondevs.nl/privacy
Adres URL Strony Polityki Prywatności https://platondevs.nl/privacy
Obsługiwane Języki 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"
    }
}