CookieLynx

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

Wat is CookieLynx?

CookieLynx is een Chrome-extensie ontwikkeld door Henri Six, en de belangrijkste functie is "CookieLynx automatically removes tracking data from advertisers when visiting a website.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie CookieLynx

Download CookieLynx-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam CookieLynx CookieLynx
ID eeebgnfjhfdbjeiimmofopakfbmoiemo
Officiële URL https://chromewebstore.google.com/detail/cookielynx/eeebgnfjhfdbjeiimmofopakfbmoiemo
Beschrijving CookieLynx automatically removes tracking data from advertisers when visiting a website.
Bestandsgrootte 230 KB
Aantal Installaties 42,963
Huidige Versie 1.0.6
Laatst Bijgewerkt 2021-12-06
Publicatiedatum 2021-09-27
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Henri Six
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.clynx.net/privacy-policy
Ondersteunde Talen 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
}