My Public IP

Displays your public IP address and the country that it belongs to.

Co to jest My Public IP?

My Public IP to rozszerzenie Chrome opracowane przez ml, a jego główną funkcją jest „Displays your public IP address and the country that it belongs to.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia My Public IP

Pobierz pliki rozszerzeń My Public IP 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

                        Simply click on the icon to see the information.
IP info is retrieved from https://ip-api.com/. Flag images are from http://www.iconbeast.com.                    

Podstawowe informacje o rozszerzeniu

Nazwa My Public IP My Public IP
ID mfogaajkjakkhpidbcbpfbbibgbmjihk
Oficjalny URL https://chromewebstore.google.com/detail/my-public-ip/mfogaajkjakkhpidbcbpfbbibgbmjihk
Opis Displays your public IP address and the country that it belongs to.
Rozmiar pliku 262 KB
Liczba instalacji 250
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2021-03-03
Data Publikacji 2020-04-22
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper ml
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Public IP",
    "description": "Displays your public IP address and the country that it belongs to.",
    "version": "1.3",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "My Public IP"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "web_accessible_resources": [
        "images\/*"
    ]
}