IPMonitor

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

Cos'è IPMonitor?

IPMonitor è un'estensione di Chrome sviluppata da ZiB, e la sua funzione principale è "IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione IPMonitor

Scarica i file di estensione IPMonitor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome IPMonitor IPMonitor
ID oodjlfepkheipoglihhbapdcelcaojje
URL Ufficiale https://chrome.google.com/webstore/detail/ipmonitor/oodjlfepkheipoglihhbapdcelcaojje
Descrizione IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.
Dimensione del File 1.32 MB
Conteggio Installazioni 92
Versione Corrente 1.0
Ultimo Aggiornamento 2018-03-04
Data di Pubblicazione 2018-03-04
Valutazione 4.57/5 Totale 7 Valutazioni
Sviluppatore ZiB
Tipo di Pagamento free
Lingue Supportate 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"
}