IPMonitor

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

Was ist IPMonitor?

IPMonitor ist eine Chrome-Erweiterung, die von ZiB entwickelt wurde, und ihr Hauptmerkmal ist "IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.".

Erweiterungsscreenshots

screenshot

IPMonitor-Erweiterungs-CRX-Datei herunterladen

Laden Sie IPMonitor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name IPMonitor IPMonitor
ID oodjlfepkheipoglihhbapdcelcaojje
Offizielle URL https://chrome.google.com/webstore/detail/ipmonitor/oodjlfepkheipoglihhbapdcelcaojje
Beschreibung IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.
Dateigröße 1.32 MB
Installationsanzahl 92
Aktuelle Version 1.0
Letztes Update 2018-03-04
Veröffentlichungsdatum 2018-03-04
Bewertung 4.57/5 Insgesamt 7 Bewertungen
Entwickler ZiB
Zahlungsart free
Unterstützte Sprachen 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"
}