Whatismyipaddress - Show My IP address
Show your IP address, ISP, location, DNS. You can get my IP address more information.
¿Qué es Whatismyipaddress - Show My IP address?
Whatismyipaddress - Show My IP address es una extensión de Chrome desarrollada por https://windows11tools.com, y su función principal es "Show your IP address, ISP, location, DNS. You can get my IP address more information.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Whatismyipaddress - Show My IP address
Descarga archivos de extensión Whatismyipaddress - Show My IP address 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
Whatismyipaddress extension for chrome is aimed to help windows 11 users check IP address. It shows detailed information about your location of city, country, latitude, longitude and location shown on Google Maps. Features: Shows your current IP address information. Detailed information about city, country, latitude, longitude and location shown on Google Maps. Log your IP history and notify you when it changes. Shows the country and city where your IP address is located. Information about IPv4 and IPv6. See all official registration information related to your IP address.
Información Básica de la Extensión
Nombre | |
ID | lfcnpljmmpocjjdcnjegakopjfpemodn |
URL Oficial | https://chrome.google.com/webstore/detail/whatismyipaddress-show-my/lfcnpljmmpocjjdcnjegakopjfpemodn |
Descripción | Show your IP address, ISP, location, DNS. You can get my IP address more information. |
Tamaño del Archivo | 146 KB |
Cantidad de Instalaciones | 46 |
Versión Actual | 2.0.2 |
Última Actualización | 2021-10-21 |
Fecha de Publicación | 2021-10-21 |
Calificación | 5.00/5 Total de 7 Calificaciones |
Desarrollador | https://windows11tools.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://windows11tools.com/ |
URL de la Página de Política de Privacidad | https://windows11tools.com/privacy-policy |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whatismyipaddress - Show My IP address", "version": "2.0.2", "manifest_version": 2, "description": "Show your IP address, ISP, location, DNS. You can get my IP address more information.", "background": { "scripts": [ "js\/main.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon.19.png", "38": "images\/icon.38.png" }, "default_title": "Show my IP", "default_popup": "popup.html" }, "icons": { "128": "images\/icon.128.png" }, "incognito": "spanning", "minimum_chrome_version": "17", "permissions": [ "http:\/\/*.hidemyass.com\/", "http:\/\/*.hmageo.com\/" ] } |