Cookie Watch

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

什麼是Cookie Watch?

Cookie Watch是由daniel.barajas1280開發的Chrome擴展程式,該擴展的主要功能是“Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.”。

擴展截圖

screenshot

下載Cookie Watch擴展crx文件

下載Cookie Watch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Cookie Watch Cookie Watch
ID cmogeohlpljgihhbafbnincahfmafbfn
官方網址 https://chromewebstore.google.com/detail/cookie-watch/cmogeohlpljgihhbafbnincahfmafbfn
簡介 Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches.
檔案大小 204 KB
安裝次數 71,272
目前版本 1.0.1
更新時間 2022-10-29
上架時間 2021-04-20
開發者 daniel.barajas1280
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://cookiewatch.org/privacy-policy/index.html
支援的語言 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"
}