CookieLynx

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

什麼是CookieLynx?

CookieLynx是由Henri Six開發的Chrome擴展程式,該擴展的主要功能是“CookieLynx automatically removes tracking data from advertisers when visiting a website.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載CookieLynx擴展crx文件

下載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
官方網址 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
}