Check my public and private IP addresses

Check out the personal and public IP addresses of the client

What is Check my public and private IP addresses?

Check my public and private IP addresses is a Chrome extension developed by Marin Marinov, and its main feature is "Check out the personal and public IP addresses of the client".

Extension Screenshots

screenshot

Download Check my public and private IP addresses Extension CRX File

Download Check my public and private IP addresses 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

                        The fastest way to check out your public and private IP addresses.
Extremely light extension for instant check out both the public and private IP addresses of the client. You don't need to load any additional websites to check them out. Even if you don't have internet access you still be able to check out your private IP address.

* Private IP address is the IP address of your device, using it in your local network.
* Public IP address is the IP address given to your device by your internet provider, or proxy server, etc. It is visible by the outer world.                    

Extension Basic Information

Name Check my public and private IP addresses Check my public and private IP addresses
ID nmhkffmkjbepohgmonlkfoifdbncbgbl
Official URL https://chrome.google.com/webstore/detail/check-my-public-and-priva/nmhkffmkjbepohgmonlkfoifdbncbgbl
Description Check out the personal and public IP addresses of the client
File Size 23.3 KB
Installation Count 589
Current Version 1.2.0
Last Updated 2016-08-29
Publish Date 2016-08-29
Rating 4.41/5 Total 22 Ratings
Developer Marin Marinov
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Check my public and private IP addresses",
    "short_name": "Check my IPs",
    "description": "Check out the personal and public IP addresses of the client",
    "version": "1.2.0",
    "browser_action": {
        "default_icon": "img\/Check-my-IPs-128.png",
        "default_popup": "popup.html",
        "default_title": "Check out my IP addresses"
    },
    "author": "Marin Marinov",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}