View your IP address

Quickly check your IP address and see some other information without opening an additional page

Co to jest View your IP address?

View your IP address to rozszerzenie Chrome opracowane przez https://jeroenpeters.dev, a jego główną funkcją jest „Quickly check your IP address and see some other information without opening an additional page”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia View your IP address

Pobierz pliki rozszerzeń View your IP address 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

                        With this extension you can quickly see and copy your IP address.

Icon by Flaticon.com                    

Podstawowe informacje o rozszerzeniu

Nazwa View your IP address View your IP address
ID plkoeddhagbcbcklhjnladmadnikmfhi
Oficjalny URL https://chromewebstore.google.com/detail/view-your-ip-address/plkoeddhagbcbcklhjnladmadnikmfhi
Opis Quickly check your IP address and see some other information without opening an additional page
Rozmiar pliku 88.09 KB
Liczba instalacji 47
Aktualna Wersja 1.5.0
Ostatnia Aktualizacja 2022-12-27
Data Publikacji 2020-06-01
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://jeroenpeters.dev
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://jeroenpeters.dev/contact/
Adres URL Strony Polityki Prywatności https://jeroenpeters.dev/software/google-chrome-extension/extension-view-ip-privacy-policy
Obsługiwane Języki de,en,fr,nl,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "manifest_version": 3,
    "version": "1.5.0",
    "description": "__MSG_extDesc__",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_popup_title__",
        "default_icons": {
            "16": "icon_16.png"
        }
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "host_permissions": [
        "*:\/\/v4.ident.me\/*",
        "*:\/\/v6.ident.me\/*"
    ],
    "default_locale": "en"
}