Show Server IP

Show the IPs that were queried in loading the Site.

Vad är Show Server IP?

Show Server IP är en Chrome-tillägg utvecklad av bongokarl101010, och dess huvudfunktion är "Show the IPs that were queried in loading the Site.".

Tilläggsskärmbilder

screenshot

Ladda ner Show Server IP-förlängningens CRX-fil

Ladda ner Show Server IP-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Show Server IP Show Server IP
ID cpnkmkgpcebncmhdihkfalghpdiponok
Officiell webbadress https://chrome.google.com/webstore/detail/show-server-ip/cpnkmkgpcebncmhdihkfalghpdiponok
Beskrivning Show the IPs that were queried in loading the Site.
Filstorlek 28.31 KB
Antal Installationer 76
Aktuell Version 2.3
Senast Uppdaterad 2017-10-10
Publiceringsdatum 2017-10-08
Utvecklare bongokarl101010
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        ]
    }
}