IPMonitor

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

Vad är IPMonitor?

IPMonitor är en Chrome-tillägg utvecklad av ZiB, och dess huvudfunktion är "IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.".

Tilläggsskärmbilder

screenshot

Ladda ner IPMonitor-förlängningens CRX-fil

Ladda ner IPMonitor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn IPMonitor IPMonitor
ID oodjlfepkheipoglihhbapdcelcaojje
Officiell webbadress https://chrome.google.com/webstore/detail/ipmonitor/oodjlfepkheipoglihhbapdcelcaojje
Beskrivning IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.
Filstorlek 1.32 MB
Antal Installationer 92
Aktuell Version 1.0
Senast Uppdaterad 2018-03-04
Publiceringsdatum 2018-03-04
Betyg 4.57/5 Totalt 7 Betyg
Utvecklare ZiB
Betalningssätt free
Stödda Språk 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"
}