My IP

Check & copy your IP Address anytime

What is My IP?

My IP is a Chrome extension developed by https://hamlab.dev, and its main feature is "Check & copy your IP Address anytime".

Extension Screenshots

screenshot

Download My IP Extension CRX File

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

                        A really simple tool to instantly see and copy your IP Address.

This tool uses the ipify API to retrieve your IP.                    

Extension Basic Information

Name My IP My IP
ID oeeelnnklndekngaeklnkdddahmjgokc
Official URL https://chromewebstore.google.com/detail/my-ip/oeeelnnklndekngaeklnkdddahmjgokc
Description Check & copy your IP Address anytime
File Size 18.73 KB
Installation Count 258
Current Version 1.01
Last Updated 2020-05-22
Publish Date 2020-05-22
Developer https://hamlab.dev
Email [email protected]
Payment Type free
Extension Website https://hamlab.dev
Help Page URL https://hamlab.dev/my-ip
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My IP",
    "version": "1.01",
    "description": "Check & copy your IP Address anytime",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}