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…

Wat is Track Back?

Track Back is een Chrome-extensie ontwikkeld door http://barronwebster.com, en de belangrijkste functie is "Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Track Back

Download Track Back-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Track Back Track Back
ID pncngmhpbjaeaomejeekopjogbnnipnb
Officiële URL https://chrome.google.com/webstore/detail/track-back/pncngmhpbjaeaomejeekopjogbnnipnb
Beschrijving Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…
Bestandsgrootte 56.4 KB
Aantal Installaties 16
Huidige Versie 1.1
Laatst Bijgewerkt 2014-12-09
Publicatiedatum 2014-12-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://barronwebster.com
Betalingswijze free
Extensiewebsite http://barronwebster.com/projects/track-back
Ondersteunde Talen 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
}