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…

What is Track Back?

Track Back is a Chrome extension developed by http://barronwebster.com, and its main feature is "Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…".

Extension Screenshots

screenshot
screenshot

Download Track Back Extension CRX File

Download Track Back 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

                        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.                    

Extension Basic Information

Name Track Back Track Back
ID pncngmhpbjaeaomejeekopjogbnnipnb
Official URL https://chrome.google.com/webstore/detail/track-back/pncngmhpbjaeaomejeekopjogbnnipnb
Description Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…
File Size 56.4 KB
Installation Count 16
Current Version 1.1
Last Updated 2014-12-09
Publish Date 2014-12-09
Rating 5.00/5 Total 1 Ratings
Developer http://barronwebster.com
Payment Type free
Extension Website http://barronwebster.com/projects/track-back
Supported Languages 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
}