Show Server IP

Show the IPs that were queried in loading the Site.

¿Qué es Show Server IP?

Show Server IP es una extensión de Chrome desarrollada por bongokarl101010, y su función principal es "Show the IPs that were queried in loading the Site.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Show Server IP

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

                        Show the Server IP without interacting with external Sites.
If you are behind a proxy it will only show the IP of the Proxy!                    

Información Básica de la Extensión

Nombre Show Server IP Show Server IP
ID cpnkmkgpcebncmhdihkfalghpdiponok
URL Oficial https://chrome.google.com/webstore/detail/show-server-ip/cpnkmkgpcebncmhdihkfalghpdiponok
Descripción Show the IPs that were queried in loading the Site.
Tamaño del Archivo 28.31 KB
Cantidad de Instalaciones 76
Versión Actual 2.3
Última Actualización 2017-10-10
Fecha de Publicación 2017-10-08
Desarrollador bongokarl101010
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show Server IP",
    "version": "2.3",
    "description": "Show the IPs that were queried in loading the Site.",
    "icons": {
        "64": "icons\/ip.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        ""
    ],
    "browser_action": {
        "default_icon": "icons\/ip.png",
        "default_title": "Chill out"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}