IPMonitor

IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.

Co to jest IPMonitor?

IPMonitor to rozszerzenie Chrome opracowane przez ZiB, a jego główną funkcją jest „IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia IPMonitor

Pobierz pliki rozszerzeń IPMonitor 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

                        IPMonitor is all about getting to know your current IP address. Whether you are using a VPN or proxy, if your IP is still unchanged, there's something fishy with the cloaking services you are using. So, use, IPMonitor to get to know your current IP address to make sure there's no IP leakages taking place and your true identity is anonymous.                    

Podstawowe informacje o rozszerzeniu

Nazwa IPMonitor IPMonitor
ID oodjlfepkheipoglihhbapdcelcaojje
Oficjalny URL https://chrome.google.com/webstore/detail/ipmonitor/oodjlfepkheipoglihhbapdcelcaojje
Opis IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.
Rozmiar pliku 1.32 MB
Liczba instalacji 92
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-03-04
Data Publikacji 2018-03-04
Ocena 4.57/5 Łącznie 7 Oceny
Deweloper ZiB
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IPMonitor",
    "version": "1.0",
    "author": "Vadagon",
    "manifest_version": 2,
    "description": "IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.",
    "browser_action": {
        "default_icon": {
            "128": "images\/logo.png"
        },
        "default_popup": "popup.html",
        "default_title": "Show your IP"
    },
    "icons": {
        "128": "images\/logo.png"
    },
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*",
        "scripts\/*"
    ],
    "minimum_chrome_version": "32"
}