Show Server IP

Show the IPs that were queried in loading the Site.

Hvad er Show Server IP?

Show Server IP er en Chrome-udvidelse udviklet af bongokarl101010, og dens hovedfunktion er "Show the IPs that were queried in loading the Site.".

Udvidelsesskærmbilleder

screenshot

Download Show Server IP-udvidelses-CRX-fil

Download Show Server IP-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Show Server IP Show Server IP
ID cpnkmkgpcebncmhdihkfalghpdiponok
Officiel URL https://chrome.google.com/webstore/detail/show-server-ip/cpnkmkgpcebncmhdihkfalghpdiponok
Beskrivelse Show the IPs that were queried in loading the Site.
Filstørrelse 28.31 KB
Antal Installationer 76
Nuværende Version 2.3
Senest Opdateret 2017-10-10
Udgivelsesdato 2017-10-08
Udvikler bongokarl101010
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}