Cookie Remover

Removes cookies for the current site

Co to jest Cookie Remover?

Cookie Remover to rozszerzenie Chrome opracowane przez Adam, a jego główną funkcją jest „Removes cookies for the current site”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Cookie Remover

Pobierz pliki rozszerzeń Cookie Remover 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

                        Instructions: 
Click the cookie icon at the top right to remove cookies for the current site. A confirmation will then appear displaying how many cookies were removed. You should then refresh the page to see possible changes.

Also clears localStorage and sessionStorage for the current site.

Remove cookie. Remove cookies. Cookie removal. Delete cookie. Delete Cookies. Clear session.                    

Podstawowe informacje o rozszerzeniu

Nazwa Cookie Remover Cookie Remover
ID kcgpggonjhmeaejebeoeomdlohicfhce
Oficjalny URL https://chromewebstore.google.com/detail/cookie-remover/kcgpggonjhmeaejebeoeomdlohicfhce
Opis Removes cookies for the current site
Rozmiar pliku 87.72 KB
Liczba instalacji 83,261
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2019-08-10
Data Publikacji 2019-08-09
Ocena 4.46/5 Łącznie 79 Oceny
Deweloper Adam
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Remove cookies for this site"
    },
    "description": "Removes cookies for the current site",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "name": "Cookie Remover",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "version": "1.0.3"
}