Show Server IP

Show the IPs that were queried in loading the Site.

Qu'est-ce que Show Server IP ?

Show Server IP est une extension Chrome développée par bongokarl101010, et sa fonction principale est "Show the IPs that were queried in loading the Site.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Show Server IP

Téléchargez les fichiers d'extension Show Server IP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Show Server IP Show Server IP
ID cpnkmkgpcebncmhdihkfalghpdiponok
URL Officiel https://chrome.google.com/webstore/detail/show-server-ip/cpnkmkgpcebncmhdihkfalghpdiponok
Description Show the IPs that were queried in loading the Site.
Taille du Fichier 28.31 KB
Nombre d'Installations 76
Version Actuelle 2.3
Dernière Mise à Jour 2017-10-10
Date de Publication 2017-10-08
Développeur bongokarl101010
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}