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…

Vad är Track Back?

Track Back är en Chrome-tillägg utvecklad av http://barronwebster.com, och dess huvudfunktion är "Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Track Back-förlängningens CRX-fil

Ladda ner Track Back-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Track Back Track Back
ID pncngmhpbjaeaomejeekopjogbnnipnb
Officiell webbadress https://chrome.google.com/webstore/detail/track-back/pncngmhpbjaeaomejeekopjogbnnipnb
Beskrivning Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…
Filstorlek 56.4 KB
Antal Installationer 16
Aktuell Version 1.1
Senast Uppdaterad 2014-12-09
Publiceringsdatum 2014-12-09
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://barronwebster.com
Betalningssätt free
Tilläggswebbplats http://barronwebster.com/projects/track-back
Stödda Språk 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
}