IPMonitor

IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.

¿Qué es IPMonitor?

IPMonitor es una extensión de Chrome desarrollada por ZiB, y su función principal es "IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión IPMonitor

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

                        IPMonitor is all about getting to know your current IP address. Whether you are using a VPN or proxy, if your IP is still unchanged, there's something fishy with the cloaking services you are using. So, use, IPMonitor to get to know your current IP address to make sure there's no IP leakages taking place and your true identity is anonymous.                    

Información Básica de la Extensión

Nombre IPMonitor IPMonitor
ID oodjlfepkheipoglihhbapdcelcaojje
URL Oficial https://chrome.google.com/webstore/detail/ipmonitor/oodjlfepkheipoglihhbapdcelcaojje
Descripción IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.
Tamaño del Archivo 1.32 MB
Cantidad de Instalaciones 92
Versión Actual 1.0
Última Actualización 2018-03-04
Fecha de Publicación 2018-03-04
Calificación 4.57/5 Total de 7 Calificaciones
Desarrollador ZiB
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IPMonitor",
    "version": "1.0",
    "author": "Vadagon",
    "manifest_version": 2,
    "description": "IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.",
    "browser_action": {
        "default_icon": {
            "128": "images\/logo.png"
        },
        "default_popup": "popup.html",
        "default_title": "Show your IP"
    },
    "icons": {
        "128": "images\/logo.png"
    },
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*",
        "scripts\/*"
    ],
    "minimum_chrome_version": "32"
}