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…
Apa itu Track Back?
Track Back adalah ekstensi Chrome yang dikembangkan oleh http://barronwebster.com, dan fitur utamanya adalah "Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Track Back
Unduh file ekstensi Track Back dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | pncngmhpbjaeaomejeekopjogbnnipnb |
URL Resmi | https://chrome.google.com/webstore/detail/track-back/pncngmhpbjaeaomejeekopjogbnnipnb |
Deskripsi | Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to… |
Ukuran File | 56.4 KB |
Jumlah Instalasi | 16 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2014-12-09 |
Tanggal Publikasi | 2014-12-09 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | http://barronwebster.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://barronwebster.com/projects/track-back |
Bahasa yang Didukung | 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 } |