Cookie Watch

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

Apa itu Cookie Watch?

Cookie Watch adalah ekstensi Chrome yang dikembangkan oleh daniel.barajas1280, dan fitur utamanya adalah "Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cookie Watch

Unduh file ekstensi Cookie Watch dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Cookie Watch Cookie Watch
ID cmogeohlpljgihhbafbnincahfmafbfn
URL Resmi https://chromewebstore.google.com/detail/cookie-watch/cmogeohlpljgihhbafbnincahfmafbfn
Deskripsi Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.
Ukuran File 204 KB
Jumlah Instalasi 71,272
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-10-29
Tanggal Publikasi 2021-04-20
Pengembang daniel.barajas1280
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://cookiewatch.org/privacy-policy/index.html
Bahasa yang Didukung 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"
}