MyIPAddress

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

Co to jest MyIPAddress?

MyIPAddress to rozszerzenie Chrome opracowane przez https://freeipapi.com, a jego główną funkcją jest „MyIPAddress is an extension that gives you your public ip address information such as which country and city is.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia MyIPAddress

Pobierz pliki rozszerzeń MyIPAddress w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa MyIPAddress MyIPAddress
ID ggnknplpocgpecggogjfeimgillocidi
Oficjalny URL https://chromewebstore.google.com/detail/myipaddress/ggnknplpocgpecggogjfeimgillocidi
Opis MyIPAddress is an extension that gives you your public ip address information such as which country and city is.
Rozmiar pliku 15.37 KB
Liczba instalacji 66
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2023-04-15
Data Publikacji 2022-10-05
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://freeipapi.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://freeipapi.com
Obsługiwane Języki 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"
    }
}