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
公式URL 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
}