My IP

Your public IP address and other tracking info

What is My IP?

My IP is a Chrome extension developed by https://singleclickapps.com, and its main feature is "Your public IP address and other tracking info".

Extension Screenshots

screenshot
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

                        My IP is a tool which will show you your IP address and (if available) your host name, country and city. 
- Shows your public (remote, visible from internet) IP address
- shows location info (if found) -- like country, city and region
- shows the exact location (if available in the IP database) of your device on the map
- shows some other tracking info (host name, http headers)
- shows if Cookies and JavaScript are enabled and what's your browser user-agent string.                    

Extension Basic Information

Name My IP My IP
ID dhbbikoofbipjbkbkckpcnakflgoejli
Official URL https://chromewebstore.google.com/detail/my-ip/dhbbikoofbipjbkbkckpcnakflgoejli
Description Your public IP address and other tracking info
File Size 21.68 KB
Installation Count 681
Current Version 2.1.0.3
Last Updated 2020-05-11
Publish Date 2020-05-11
Rating 4.71/5 Total 7 Ratings
Developer https://singleclickapps.com
Email [email protected]
Payment Type free
Extension Website https://singleclickapps.com/ip-plus
Privacy Policy Page URL https://singleclickapps.com/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My IP",
    "version": "2.1.0.3",
    "manifest_version": 2,
    "homepage_url": "https:\/\/singleclickapps.com\/ip-plus",
    "description": "Your public IP address and other tracking info",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "My IP"
    },
    "incognito": "spanning",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings.html"
}