Show Server IP

Show the IPs that were queried in loading the Site.

Cos'è Show Server IP?

Show Server IP è un'estensione di Chrome sviluppata da bongokarl101010, e la sua funzione principale è "Show the IPs that were queried in loading the Site.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Show Server IP

Scarica i file di estensione Show Server IP in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Show Server IP Show Server IP
ID cpnkmkgpcebncmhdihkfalghpdiponok
URL Ufficiale https://chrome.google.com/webstore/detail/show-server-ip/cpnkmkgpcebncmhdihkfalghpdiponok
Descrizione Show the IPs that were queried in loading the Site.
Dimensione del File 28.31 KB
Conteggio Installazioni 76
Versione Corrente 2.3
Ultimo Aggiornamento 2017-10-10
Data di Pubblicazione 2017-10-08
Sviluppatore bongokarl101010
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}