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…

Co je Track Back?

Track Back je rozšíření Chrome vyvinuté http://barronwebster.com, a jeho hlavní funkcí je „Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Track Back

Stáhněte si soubory rozšíření Track Back ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Track Back Track Back
ID pncngmhpbjaeaomejeekopjogbnnipnb
Oficiální URL https://chrome.google.com/webstore/detail/track-back/pncngmhpbjaeaomejeekopjogbnnipnb
Popis Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…
Velikost souboru 56.4 KB
Počet instalací 16
Aktuální Verze 1.1
Poslední Aktualizace 2014-12-09
Datum Vydání 2014-12-09
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář http://barronwebster.com
Typ Platby free
Webové stránky Rozšíření http://barronwebster.com/projects/track-back
Podporované Jazyky 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
}