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
官方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
}