Anti-track
Anti-track removes cookies
Was ist Anti-track?
Anti-track ist eine Chrome-Erweiterung, die von 0i0 entwickelt wurde, und ihr Hauptmerkmal ist "Anti-track removes cookies".
Anti-track-Erweiterungs-CRX-Datei herunterladen
Laden Sie Anti-track-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
Anit-track is a browser extension to limit the amount of data that you leak while surfing it is by default configured to remove the cookies which are send to google when you search while loggedin to gmail
Grundlegende Informationen zur Erweiterung
Name | |
ID | lmkeejblfeplpcfogbjjbhepclkplple |
Offizielle URL | https://chrome.google.com/webstore/detail/anti-track/lmkeejblfeplpcfogbjjbhepclkplple |
Beschreibung | Anti-track removes cookies |
Dateigröße | 12.07 KB |
Installationsanzahl | 361 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2013-08-21 |
Veröffentlichungsdatum | 2013-08-21 |
Entwickler | 0i0 |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anti-track", "version": "0.0.1", "description": "Anti-track removes cookies", "options_page": "html\/options.html", "permissions": [ "tabs", "webRequest", "webRequestBlocking", "*:\/\/*\/*" ], "background": { "scripts": [ "js\/main.js", "js\/parseUri.js", "js\/background.js" ] }, "icons": { "48": "images\/bigicon.png" }, "browser_action": { "default_title": "Anti-track", "default_icon": "images\/icon.png" }, "manifest_version": 2 } |