Track Back

Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…

什麼是Track Back?

Track Back是由http://barronwebster.com開發的Chrome擴展程式,該擴展的主要功能是“Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…”。

擴展截圖

screenshot
screenshot

下載Track Back擴展crx文件

下載Track Back擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day.

This tool was created to expose where your data travels to and from every day. By visiting websites, you send and request data, knowledge, and sometimes ideas across the geopolitical world instantaneously. This sending & receiving allows us to do amazing things, but also puts us under the ‘super-jurisdiction’ of the states we send/receive to/from. The notion that our physical location is equivalent to the jurisdiction in which we can be prosecuted has been proved obsolete, and knowing where our virtual selves travel is more important than ever.                    

擴展基本資訊

名稱 Track Back Track Back
ID pncngmhpbjaeaomejeekopjogbnnipnb
官方網址 https://chrome.google.com/webstore/detail/track-back/pncngmhpbjaeaomejeekopjogbnnipnb
簡介 Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…
檔案大小 56.4 KB
安裝次數 16
目前版本 1.1
更新時間 2014-12-09
上架時間 2014-12-09
評分 5.00/5 共 1 次評分
開發者 http://barronwebster.com
付費類型 free
擴展官網 http://barronwebster.com/projects/track-back
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Track Back",
    "version": "1.1",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Track Back",
        "default_icon": "icon.png"
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "permissions": [
        "history",
        "https:\/\/maps.googleapis.com\/*",
        "*:\/\/api.statdns.com\/",
        "*:\/\/www.telize.com\/",
        "geolocation",
        "https:\/\/maps.google.com\/*",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 2
}