My IP
Your public IP address and other tracking info
O que é My IP?
My IP é uma extensão do Chrome desenvolvida por https://singleclickapps.com, e sua principal característica é "Your public IP address and other tracking info".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão My IP
Baixe arquivos de extensão 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
My IP is a tool which will show you your IP address and (if available) your host name, country and city. - Shows your public (remote, visible from internet) IP address - shows location info (if found) -- like country, city and region - shows the exact location (if available in the IP database) of your device on the map - shows some other tracking info (host name, http headers) - shows if Cookies and JavaScript are enabled and what's your browser user-agent string.
Informações Básicas da Extensão
Nome | |
ID | dhbbikoofbipjbkbkckpcnakflgoejli |
URL Oficial | https://chromewebstore.google.com/detail/my-ip/dhbbikoofbipjbkbkckpcnakflgoejli |
Descrição | Your public IP address and other tracking info |
Tamanho do Arquivo | 21.68 KB |
Contagem de Instalações | 681 |
Versão Atual | 2.1.0.3 |
Última Atualização | 2020-05-11 |
Data de Publicação | 2020-05-11 |
Classificação | 4.71/5 Total de 7 Avaliações |
Desenvolvedor | https://singleclickapps.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://singleclickapps.com/ip-plus |
URL da Página de Política de Privacidade | https://singleclickapps.com/privacy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My IP", "version": "2.1.0.3", "manifest_version": 2, "homepage_url": "https:\/\/singleclickapps.com\/ip-plus", "description": "Your public IP address and other tracking info", "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus" ], "browser_action": { "default_icon": "icon.png", "default_title": "My IP" }, "incognito": "spanning", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "settings.html" } |