Cookie Watch

Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.

Co to jest Cookie Watch?

Cookie Watch to rozszerzenie Chrome opracowane przez daniel.barajas1280, a jego główną funkcją jest „Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Cookie Watch

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

                        This add-on quickly and easily removes cookies that save every surfing behavior for advertising purposes.
These so-called tracking and third-party cookies from third-party providers can be removed and blocked with a simple click.                    

Podstawowe informacje o rozszerzeniu

Nazwa Cookie Watch Cookie Watch
ID cmogeohlpljgihhbafbnincahfmafbfn
Oficjalny URL https://chromewebstore.google.com/detail/cookie-watch/cmogeohlpljgihhbafbnincahfmafbfn
Opis Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.
Rozmiar pliku 204 KB
Liczba instalacji 71,272
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2022-10-29
Data Publikacji 2021-04-20
Deweloper daniel.barajas1280
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://cookiewatch.org/privacy-policy/index.html
Obsługiwane Języki de,en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Watch",
    "version": "1.0.1",
    "description": "__MSG_manifest__",
    "manifest_version": 2,
    "browser_action": {
        "browser_style": true,
        "default_title": "Cookiewatch",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "browsingData",
        "storage",
        "",
        "notifications",
        "cookies",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "48": "images\/Cookiewatch_48x48.png",
        "96": "images\/Cookiewatch_96x96.png",
        "128": "images\/Cookiewatch_128x128.png"
    },
    "default_locale": "en"
}