show-my-ip
View your IP address
O que é show-my-ip?
show-my-ip é uma extensão do Chrome desenvolvida por http://twin.sh, e sua principal característica é "View your IP address".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão show-my-ip
Baixe arquivos de extensão show-my-ip 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
This Add-on allows you to view your browser without having to navigate to sites like https://www.whatismyip.com/ This extension is also open source, and you can see it at the following address: https://github.com/TwiN/show-my-ip This add-on does not save any of your information, however, since it's not possible to directly access your public IP address without a 3rd party server, it does require access to the following URL: https://twin.sh/api/v1/ip In case that API goes down, a call will be made to the fallback API: http://ip-api.com/line?fields=query
Informações Básicas da Extensão
Nome | |
ID | njjhkglmjpklhkfchpjdjjnfjjmeghho |
URL Oficial | https://chrome.google.com/webstore/detail/show-my-ip/njjhkglmjpklhkfchpjdjjnfjjmeghho |
Descrição | View your IP address |
Tamanho do Arquivo | 13.25 KB |
Contagem de Instalações | 278 |
Versão Atual | 1.6 |
Última Atualização | 2021-11-02 |
Data de Publicação | 2019-11-29 |
Desenvolvedor | http://twin.sh |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "show-my-ip", "description": "View your IP address", "version": "1.6", "homepage_url": "https:\/\/github.com\/TwinProduction\/show-my-ip", "manifest_version": 2, "author": "TwinProduction", "icons": { "16": "data\/icon-16.png", "32": "data\/icon-32.png", "64": "data\/icon-64.png", "128": "data\/icon-128.png" }, "browser_action": { "default_title": "Display your IP address", "default_popup": "data\/index.html", "default_icon": { "16": "data\/icon-16.png", "32": "data\/icon-32.png", "64": "data\/icon-64.png", "128": "data\/icon-128.png" } }, "permissions": [ "https:\/\/twin.sh\/api\/v1\/ip", "http:\/\/ip-api.com\/line?fields=query", "webRequest", "clipboardWrite" ] } |