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…
¿Qué es Track Back?
Track Back es una extensión de Chrome desarrollada por http://barronwebster.com, y su función principal es "Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Track Back
Descarga archivos de extensión Track Back en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | pncngmhpbjaeaomejeekopjogbnnipnb |
URL Oficial | https://chrome.google.com/webstore/detail/track-back/pncngmhpbjaeaomejeekopjogbnnipnb |
Descripción | Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to… |
Tamaño del Archivo | 56.4 KB |
Cantidad de Instalaciones | 16 |
Versión Actual | 1.1 |
Última Actualización | 2014-12-09 |
Fecha de Publicación | 2014-12-09 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | http://barronwebster.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://barronwebster.com/projects/track-back |
Idiomas Soportados | 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 } |