CookieLynx

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

CookieLynx là gì?

CookieLynx là một tiện ích mở rộng Chrome được phát triển bởi Henri Six, và tính năng chính của nó là "CookieLynx automatically removes tracking data from advertisers when visiting a website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng CookieLynx

Tải xuống các tệp mở rộng CookieLynx dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CookieLynx CookieLynx
ID eeebgnfjhfdbjeiimmofopakfbmoiemo
URL Chính Thức https://chromewebstore.google.com/detail/cookielynx/eeebgnfjhfdbjeiimmofopakfbmoiemo
Mô tả CookieLynx automatically removes tracking data from advertisers when visiting a website.
Kích Thước Tệp 230 KB
Số Lần Cài Đặt 42,963
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2021-12-06
Ngày Phát Hành 2021-09-27
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Henri Six
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.clynx.net/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}