My IP

Your public IP address and other tracking info

Co je My IP?

My IP je rozšíření Chrome vyvinuté https://singleclickapps.com, a jeho hlavní funkcí je „Your public IP address and other tracking info“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření My IP

Stáhněte si soubory rozšíření My IP ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název My IP My IP
ID dhbbikoofbipjbkbkckpcnakflgoejli
Oficiální URL https://chromewebstore.google.com/detail/my-ip/dhbbikoofbipjbkbkckpcnakflgoejli
Popis Your public IP address and other tracking info
Velikost souboru 21.68 KB
Počet instalací 681
Aktuální Verze 2.1.0.3
Poslední Aktualizace 2020-05-11
Datum Vydání 2020-05-11
Hodnocení 4.71/5 Celkem 7 Hodnocení
Vývojář https://singleclickapps.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://singleclickapps.com/ip-plus
URL Stránky Zásad Ochrany Soukromí https://singleclickapps.com/privacy.html
Podporované Jazyky 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"
}