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…
Τι είναι το Track Back;
Το Track Back είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://barronwebster.com, και η κύρια λειτουργία του είναι "Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Track Back
Λήψη αρχείων επέκτασης Track Back σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | pncngmhpbjaeaomejeekopjogbnnipnb |
Επίσημο URL | https://chrome.google.com/webstore/detail/track-back/pncngmhpbjaeaomejeekopjogbnnipnb |
Περιγραφή | Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to… |
Μέγεθος Αρχείου | 56.4 KB |
Αριθμός Εγκαταστάσεων | 16 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2014-12-09 |
Ημερομηνία Δημοσίευσης | 2014-12-09 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | http://barronwebster.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://barronwebster.com/projects/track-back |
Υποστηριζόμενες Γλώσσες | 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 } |