Show Server IP

Show the IPs that were queried in loading the Site.

Wat is Show Server IP?

Show Server IP is een Chrome-extensie ontwikkeld door bongokarl101010, en de belangrijkste functie is "Show the IPs that were queried in loading the Site.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Show Server IP

Download Show Server IP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Show Server IP Show Server IP
ID cpnkmkgpcebncmhdihkfalghpdiponok
Officiële URL https://chrome.google.com/webstore/detail/show-server-ip/cpnkmkgpcebncmhdihkfalghpdiponok
Beschrijving Show the IPs that were queried in loading the Site.
Bestandsgrootte 28.31 KB
Aantal Installaties 76
Huidige Versie 2.3
Laatst Bijgewerkt 2017-10-10
Publicatiedatum 2017-10-08
Ontwikkelaar bongokarl101010
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}