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…

Qu'est-ce que Track Back ?

Track Back est une extension Chrome développée par http://barronwebster.com, et sa fonction principale est "Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Track Back

Téléchargez les fichiers d'extension Track Back au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Track Back Track Back
ID pncngmhpbjaeaomejeekopjogbnnipnb
URL Officiel 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…
Taille du Fichier 56.4 KB
Nombre d'Installations 16
Version Actuelle 1.1
Dernière Mise à Jour 2014-12-09
Date de Publication 2014-12-09
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://barronwebster.com
Type de Paiement free
Site Web de l'Extension http://barronwebster.com/projects/track-back
Langues Prises en Charge 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
}