CookieLynx
CookieLynx automatically removes tracking data from advertisers when visiting a website.
Was ist CookieLynx?
CookieLynx ist eine Chrome-Erweiterung, die von Henri Six entwickelt wurde, und ihr Hauptmerkmal ist "CookieLynx automatically removes tracking data from advertisers when visiting a website.".
Erweiterungsscreenshots
CookieLynx-Erweiterungs-CRX-Datei herunterladen
Laden Sie CookieLynx-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | CookieLynx |
ID | eeebgnfjhfdbjeiimmofopakfbmoiemo |
Offizielle URL | https://chromewebstore.google.com/detail/cookielynx/eeebgnfjhfdbjeiimmofopakfbmoiemo |
Beschreibung | CookieLynx automatically removes tracking data from advertisers when visiting a website. |
Dateigröße | 230 KB |
Installationsanzahl | 42,963 |
Aktuelle Version | 1.0.6 |
Letztes Update | 2021-12-06 |
Veröffentlichungsdatum | 2021-09-27 |
Bewertung | 2.33/5 Insgesamt 3 Bewertungen |
Entwickler | Henri Six |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.clynx.net/privacy-policy |
Unterstützte Sprachen | 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 } |