Who is Tracking Me
Visualize comunication your browser makes and gives you possibility to find, mark and block trackers in it.
What is Who is Tracking Me?
Who is Tracking Me is a Chrome extension developed by Unknown, and its main feature is "Visualize comunication your browser makes and gives you possibility to find, mark and block trackers in it.".
Extension Screenshots
Download Who is Tracking Me Extension CRX File
Download Who is Tracking Me extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Who is Tracking Me |
ID | ennnnmkpjfmlphjbdoammikhkofkedoa |
Official URL | https://chromewebstore.google.com/detail/who-is-tracking-me/ennnnmkpjfmlphjbdoammikhkofkedoa |
Description | Visualize comunication your browser makes and gives you possibility to find, mark and block trackers in it. |
File Size | 2.12 MB |
Installation Count | 262 |
Current Version | 1.0 |
Last Updated | 2014-05-04 |
Publish Date | 2014-05-04 |
Rating | 4.75/5 Total 4 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" ] } |