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…

Hvad er Track Back?

Track Back er en Chrome-udvidelse udviklet af http://barronwebster.com, og dens hovedfunktion er "Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Track Back-udvidelses-CRX-fil

Download Track Back-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Track Back Track Back
ID pncngmhpbjaeaomejeekopjogbnnipnb
Officiel URL https://chrome.google.com/webstore/detail/track-back/pncngmhpbjaeaomejeekopjogbnnipnb
Beskrivelse Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…
Filstørrelse 56.4 KB
Antal Installationer 16
Nuværende Version 1.1
Senest Opdateret 2014-12-09
Udgivelsesdato 2014-12-09
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler http://barronwebster.com
Betalingsmetode free
Udvidelseswebsted http://barronwebster.com/projects/track-back
Understøttede Sprog 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
}