IP Geolocator

Locate any IP address quickly!

¿Qué es IP Geolocator?

IP Geolocator es una extensión de Chrome desarrollada por https://searchbases.com, y su función principal es "Locate any IP address quickly!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión IP Geolocator

Descarga archivos de extensión IP Geolocator 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

                        IP Geolocator is a non-intrusive IP location lookup technology that retrieves geolocation information with no explicit permission required from users. All you need is your client’s IP address.

Please Note: The extension is using a free service to display your IP and geo location data (http://ipinfo.io/). If there seems to be a problem with a specific IP or the resulting location data I can not do anything about it since I'm not in any way affiliated with the services the extension is using. Sorry for the circumstances. I'm just happy such services exist and thus provide a stable solution for most users.                    

Información Básica de la Extensión

Nombre IP Geolocator IP Geolocator
ID fipippkclmhbknmbnhplcfmbeanifead
URL Oficial https://chromewebstore.google.com/detail/ip-geolocator/fipippkclmhbknmbnhplcfmbeanifead
Descripción Locate any IP address quickly!
Tamaño del Archivo 42.29 KB
Cantidad de Instalaciones 27
Versión Actual 1.0.0
Última Actualización 2022-02-26
Fecha de Publicación 2022-02-26
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://searchbases.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP Geolocator",
    "version": "1.0.0",
    "description": "Locate any IP address quickly!",
    "manifest_version": 3,
    "author": "Asijit Paul",
    "permissions": [],
    "action": {
        "default_title": "IP Geolocator",
        "default_popup": "index.html",
        "default_icon": {
            "32": "icons\/32.png",
            "72": "icons\/72.png",
            "128": "icons\/128.png"
        }
    },
    "icons": {
        "32": "icons\/32.png",
        "72": "icons\/72.png",
        "128": "icons\/128.png"
    }
}