Cookie Watch

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

Cookie Watchคืออะไร?

Cookie Watch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย daniel.barajas1280 และคุณลักษณะหลักของมันคือ "Provides fast and simple removal of cookies, tracking cookies, browsing history, download history and caches."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cookie Watch

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
}