Show External IP

Detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup.

What is Show External IP?

Show External IP is a Chrome extension developed by Lewis Roberts, and its main feature is "Detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup.".

Extension Screenshots

screenshot
screenshot

Download Show External IP Extension CRX File

Download Show External 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 External IP is a simple extension that detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup window.

If you regularly change your proxy, or if your ISP assigned IP address changes often, you can use this extension to quickly see what your IP address is without having to visit another website or open a new tab which can take you from your flow.                    

Extension Basic Information

Name Show External IP Show External IP
ID bajpeikcdohkooafedafajhfkacihiod
Official URL https://chromewebstore.google.com/detail/show-external-ip/bajpeikcdohkooafedafajhfkacihiod
Description Detects and shows your current external IP address (as seen by https://showextip.azurewebsites.net/) in a convenient popup.
File Size 12.11 KB
Installation Count 2,204
Current Version 1.0
Last Updated 2015-08-31
Publish Date 2015-08-31
Rating 4.11/5 Total 9 Ratings
Developer Lewis Roberts
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show External IP",
    "description": "Detects and shows your current external IP address (as seen by https:\/\/showextip.azurewebsites.net\/) in a convenient popup.",
    "version": "1.0",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "showextip.html",
        "default_title": "Show External IP"
    },
    "permissions": [
        "https:\/\/showextip.azurewebsites.net\/"
    ]
}