CookieLynx

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

What is CookieLynx?

CookieLynx is a Chrome extension developed by Henri Six, and its main feature is "CookieLynx automatically removes tracking data from advertisers when visiting a website.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download CookieLynx Extension CRX File

Download CookieLynx extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CookieLynx CookieLynx
ID eeebgnfjhfdbjeiimmofopakfbmoiemo
Official URL https://chromewebstore.google.com/detail/cookielynx/eeebgnfjhfdbjeiimmofopakfbmoiemo
Description CookieLynx automatically removes tracking data from advertisers when visiting a website.
File Size 230 KB
Installation Count 42,963
Current Version 1.0.6
Last Updated 2021-12-06
Publish Date 2021-09-27
Rating 2.33/5 Total 3 Ratings
Developer Henri Six
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.clynx.net/privacy-policy
Supported Languages 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
}