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…
Was ist Track Back?
Track Back ist eine Chrome-Erweiterung, die von http://barronwebster.com entwickelt wurde, und ihr Hauptmerkmal ist "Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…".
Erweiterungsscreenshots
Track Back-Erweiterungs-CRX-Datei herunterladen
Laden Sie Track Back-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | pncngmhpbjaeaomejeekopjogbnnipnb |
Offizielle URL | https://chrome.google.com/webstore/detail/track-back/pncngmhpbjaeaomejeekopjogbnnipnb |
Beschreibung | Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to… |
Dateigröße | 56.4 KB |
Installationsanzahl | 16 |
Aktuelle Version | 1.1 |
Letztes Update | 2014-12-09 |
Veröffentlichungsdatum | 2014-12-09 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://barronwebster.com |
Zahlungsart | free |
Erweiterungswebsite | http://barronwebster.com/projects/track-back |
Unterstützte Sprachen | 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 } |