Who is Tracking Me

Visualize comunication your browser makes and gives you possibility to find, mark and block trackers in it.

什么是Who is Tracking Me?

Who is Tracking Me是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Visualize comunication your browser makes and gives you possibility to find, mark and block trackers in it.”。

扩展截图

screenshot
screenshot

下载Who is Tracking Me扩展crx文件

下载Who is Tracking Me扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Who is Tracking Me Who is Tracking Me
ID ennnnmkpjfmlphjbdoammikhkofkedoa
官方URL https://chromewebstore.google.com/detail/who-is-tracking-me/ennnnmkpjfmlphjbdoammikhkofkedoa
简介 Visualize comunication your browser makes and gives you possibility to find, mark and block trackers in it.
文件大小 2.12 MB
安装次数 262
当前版本 1.0
更新时间 2014-05-04
上架时间 2014-05-04
评分 4.75/5 共4次评分
开发者 Unknown
付费类型 free
支持的语言 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"
    ]
}