CookieLynx

CookieLynx automatically removes tracking data from advertisers when visiting a website.

CookieLynxคืออะไร?

CookieLynx เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Henri Six และคุณลักษณะหลักของมันคือ "CookieLynx automatically removes tracking data from advertisers when visiting a website."

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย CookieLynx ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Cookie Lynx - automatically removes tracking data from advertisers

Cookie Lynx is a quick and easy way to keep your browser clean from tracking data. 
Activate the Cookie lynx and feel free to browse safe.

Do you have questions or suggestions?
Contact me by mail.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CookieLynx CookieLynx
ID eeebgnfjhfdbjeiimmofopakfbmoiemo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cookielynx/eeebgnfjhfdbjeiimmofopakfbmoiemo
คำอธิบาย CookieLynx automatically removes tracking data from advertisers when visiting a website.
ขนาดไฟล์ 230 KB
จำนวนการติดตั้ง 42,963
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2021-12-06
วันที่เผยแพร่ 2021-09-27
คะแนน 2.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Henri Six
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.clynx.net/privacy-policy
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CookieLynx",
    "version": "1.0.6",
    "description": "CookieLynx automatically removes tracking data from advertisers when visiting a website.",
    "default_locale": "en",
    "permissions": [
        "browsingData",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup-fenster\/index.html",
        "default_icon": {
            "48": "icons\/CookieLynx_48x48.png",
            "128": "icons\/CookieLynx_128x128.png"
        }
    },
    "icons": {
        "48": "icons\/CookieLynx_comp_48x48.png",
        "128": "icons\/CookieLynx_comp_128x128.png"
    },
    "manifest_version": 2
}