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
官方網址 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"
    ]
}