Show Server IP

Show the IPs that were queried in loading the Site.

What is Show Server IP?

Show Server IP is a Chrome extension developed by bongokarl101010, and its main feature is "Show the IPs that were queried in loading the Site.".

Extension Screenshots

screenshot

Download Show Server IP Extension CRX File

Download Show Server IP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Show Server IP Show Server IP
ID cpnkmkgpcebncmhdihkfalghpdiponok
Official URL https://chrome.google.com/webstore/detail/show-server-ip/cpnkmkgpcebncmhdihkfalghpdiponok
Description Show the IPs that were queried in loading the Site.
File Size 28.31 KB
Installation Count 76
Current Version 2.3
Last Updated 2017-10-10
Publish Date 2017-10-08
Developer bongokarl101010
Email [email protected]
Payment Type free
Supported Languages 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"
        ]
    }
}