MyIPAddress

MyIPAddress is an extension that gives you your public ip address information such as which country and city is.

Co je MyIPAddress?

MyIPAddress je rozšíření Chrome vyvinuté https://freeipapi.com, a jeho hlavní funkcí je „MyIPAddress is an extension that gives you your public ip address information such as which country and city is.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření MyIPAddress

Stáhněte si soubory rozšíření MyIPAddress 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í

                        MyIPAddress is an extension that gives you your public ip address information such as which country and city is.                    

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

Název MyIPAddress MyIPAddress
ID ggnknplpocgpecggogjfeimgillocidi
Oficiální URL https://chromewebstore.google.com/detail/myipaddress/ggnknplpocgpecggogjfeimgillocidi
Popis MyIPAddress is an extension that gives you your public ip address information such as which country and city is.
Velikost souboru 15.37 KB
Počet instalací 66
Aktuální Verze 1.0.2
Poslední Aktualizace 2023-04-15
Datum Vydání 2022-10-05
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://freeipapi.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://freeipapi.com
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.2",
    "manifest_version": 3,
    "name": "MyIPAddress",
    "permissions": [
        "webRequest"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "icons": {
        "16": "images\/icon-16x16.png",
        "24": "images\/icon-24x24.png",
        "32": "images\/icon-32x32.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "24": "images\/icon-24x24.png",
            "32": "images\/icon-32x32.png"
        },
        "default_title": "Click Me",
        "default_popup": "popup.html"
    }
}