Who is Tracking Me
Visualize comunication your browser makes and gives you possibility to find, mark and block trackers in it.
Was ist Who is Tracking Me?
Who is Tracking Me ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Visualize comunication your browser makes and gives you possibility to find, mark and block trackers in it.".
Erweiterungsscreenshots
Who is Tracking Me-Erweiterungs-CRX-Datei herunterladen
Laden Sie Who is Tracking Me-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
This extension reveals advertising companies while they are tracking you on the web, but also visualize all the comunication that your browser makes and gives you possibility to find, mark and block trackers in it.
Grundlegende Informationen zur Erweiterung
Name | Who is Tracking Me |
ID | ennnnmkpjfmlphjbdoammikhkofkedoa |
Offizielle URL | https://chromewebstore.google.com/detail/who-is-tracking-me/ennnnmkpjfmlphjbdoammikhkofkedoa |
Beschreibung | Visualize comunication your browser makes and gives you possibility to find, mark and block trackers in it. |
Dateigröße | 2.12 MB |
Installationsanzahl | 262 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-05-04 |
Veröffentlichungsdatum | 2014-05-04 |
Bewertung | 4.75/5 Insgesamt 4 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Who is Tracking Me", "description": "Visualize comunication your browser makes and gives you possibility to find, mark and block trackers in it.", "version": "1.0", "browser_action": { "default_icon": "\/images\/0s.png", "default_popup": "whosTrackingMe.html" }, "background": { "scripts": [ "lodash.js", "jquery.min.js", "trackerDAO.js" ] }, "permissions": [ "background", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "webRequest" ] } |