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…
O que é Track Back?
Track Back é uma extensão do Chrome desenvolvida por http://barronwebster.com, e sua principal característica é "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 Tela da Extensão
Baixar o arquivo CRX da Extensão Track Back
Baixe arquivos de extensão Track Back no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | pncngmhpbjaeaomejeekopjogbnnipnb |
URL Oficial | https://chrome.google.com/webstore/detail/track-back/pncngmhpbjaeaomejeekopjogbnnipnb |
Descrição | Track websites as easily as they track you! See what jurisdictions you're entering and exiting every day. This tool was created to… |
Tamanho do Arquivo | 56.4 KB |
Contagem de Instalações | 16 |
Versão Atual | 1.1 |
Última Atualização | 2014-12-09 |
Data de Publicação | 2014-12-09 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | http://barronwebster.com |
Tipo de Pagamento | free |
Site da Extensão | http://barronwebster.com/projects/track-back |
Idiomas Suportados | 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 } |