My IP address
Find your IP address! See ISP, location, and DNS. Get IP address change alert and see your history.
O que é My IP address?
My IP address é uma extensão do Chrome desenvolvida por https://dnslytics.com, e sua principal característica é "Find your IP address! See ISP, location, and DNS. Get IP address change alert and see your history.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão My IP address
Baixe arquivos de extensão My IP address 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 extension shows detailed information about your IP address, domain and ISP. For example the ISP name, location, ISP, DNS, whois, routing, hosting, domain neighbors, DNSBL, BGP and ASN information. Functions: -Summary of the network information like ISP, ASN, BGP, subnet, DNS servers and reverse DNS. -Checks to see if your IP address is listed on the most popular DNS based anti-spam databases. -Checks to see if your IP address is listed on the most popular blocklists. -See all official registration information related to your IP address. -Find other websites hosted on the same IP address (domain neighbors). -Shows the geographical location of your IP address. -Summary of the country where your IP address is located.
Informações Básicas da Extensão
Nome | My IP address |
ID | monhkdcehmbdgkhgpccaccbbcgcfpjkd |
URL Oficial | https://chromewebstore.google.com/detail/my-ip-address/monhkdcehmbdgkhgpccaccbbcgcfpjkd |
Descrição | Find your IP address! See ISP, location, and DNS. Get IP address change alert and see your history. |
Tamanho do Arquivo | 323 KB |
Contagem de Instalações | 45,199 |
Versão Atual | 2.0.5 |
Última Atualização | 2023-11-25 |
Data de Publicação | 2017-08-09 |
Classificação | 3.89/5 Total de 402 Avaliações |
Desenvolvedor | https://dnslytics.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://dnslytics.com/browser-extensions-addons-accelerators |
URL da Página de Ajuda | https://search.dnslytics.com/contact |
URL da Página de Política de Privacidade | https://dnslytics.com/privacy-policy |
Idiomas Suportados | id,ms,de,en,fr,nl,no,vi,tr,ca,da,et,es,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "icon32.png", "default_popup": "popup.html" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "icon128.png", "32": "icon32.png", "64": "icon64.png" }, "manifest_version": 3, "name": "__MSG_name__", "background": { "service_worker": "bg.js" }, "permissions": [ "alarms", "notifications", "storage" ], "host_permissions": [ "https:\/\/*.dnslytics.net\/*" ], "version": "2.0.5", "content_security_policy": { "extension_pages": "default-src 'self'; connect-src https:\/\/*.dnslytics.net; img-src https:\/\/*.dnslytics.net;" } } |