Show Server IP

Show the IPs that were queried in loading the Site.

O que é Show Server IP?

Show Server IP é uma extensão do Chrome desenvolvida por bongokarl101010, e sua principal característica é "Show the IPs that were queried in loading the Site.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Show Server IP

Baixe arquivos de extensão Show Server IP 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

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

Informações Básicas da Extensão

Nome Show Server IP Show Server IP
ID cpnkmkgpcebncmhdihkfalghpdiponok
URL Oficial https://chrome.google.com/webstore/detail/show-server-ip/cpnkmkgpcebncmhdihkfalghpdiponok
Descrição Show the IPs that were queried in loading the Site.
Tamanho do Arquivo 28.31 KB
Contagem de Instalações 76
Versão Atual 2.3
Última Atualização 2017-10-10
Data de Publicação 2017-10-08
Desenvolvedor bongokarl101010
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        ]
    }
}