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…

Cos'è Track Back?

Track Back è un'estensione di Chrome sviluppata da http://barronwebster.com, e la sua funzione principale è "Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Track Back

Scarica i file di estensione Track Back in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Track Back Track Back
ID pncngmhpbjaeaomejeekopjogbnnipnb
URL Ufficiale https://chrome.google.com/webstore/detail/track-back/pncngmhpbjaeaomejeekopjogbnnipnb
Descrizione Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…
Dimensione del File 56.4 KB
Conteggio Installazioni 16
Versione Corrente 1.1
Ultimo Aggiornamento 2014-12-09
Data di Pubblicazione 2014-12-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://barronwebster.com
Tipo di Pagamento free
Sito Web dell'Estensione http://barronwebster.com/projects/track-back
Lingue Supportate 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
}