My Public IP

Displays your public IP address and the country that it belongs to.

What is My Public IP?

My Public IP is a Chrome extension developed by ml, and its main feature is "Displays your public IP address and the country that it belongs to.".

Extension Screenshots

screenshot
screenshot

Download My Public IP Extension CRX File

Download My Public 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

                        Simply click on the icon to see the information.
IP info is retrieved from https://ip-api.com/. Flag images are from http://www.iconbeast.com.                    

Extension Basic Information

Name My Public IP My Public IP
ID mfogaajkjakkhpidbcbpfbbibgbmjihk
Official URL https://chromewebstore.google.com/detail/my-public-ip/mfogaajkjakkhpidbcbpfbbibgbmjihk
Description Displays your public IP address and the country that it belongs to.
File Size 262 KB
Installation Count 250
Current Version 1.3
Last Updated 2021-03-03
Publish Date 2020-04-22
Rating 4.50/5 Total 2 Ratings
Developer ml
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Public IP",
    "description": "Displays your public IP address and the country that it belongs to.",
    "version": "1.3",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "My Public IP"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "web_accessible_resources": [
        "images\/*"
    ]
}