CookieLynx

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

Vad är CookieLynx?

CookieLynx är en Chrome-tillägg utvecklad av Henri Six, och dess huvudfunktion är "CookieLynx automatically removes tracking data from advertisers when visiting a website.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner CookieLynx-förlängningens CRX-fil

Ladda ner CookieLynx-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn CookieLynx CookieLynx
ID eeebgnfjhfdbjeiimmofopakfbmoiemo
Officiell webbadress https://chromewebstore.google.com/detail/cookielynx/eeebgnfjhfdbjeiimmofopakfbmoiemo
Beskrivning CookieLynx automatically removes tracking data from advertisers when visiting a website.
Filstorlek 230 KB
Antal Installationer 42,963
Aktuell Version 1.0.6
Senast Uppdaterad 2021-12-06
Publiceringsdatum 2021-09-27
Betyg 2.33/5 Totalt 3 Betyg
Utvecklare Henri Six
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.clynx.net/privacy-policy
Stödda Språk 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
}