IPMonitor
IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.
Co je IPMonitor?
IPMonitor je rozšíření Chrome vyvinuté ZiB, a jeho hlavní funkcí je „IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření IPMonitor
Stáhněte si soubory rozšíření IPMonitor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | oodjlfepkheipoglihhbapdcelcaojje |
Oficiální URL | https://chrome.google.com/webstore/detail/ipmonitor/oodjlfepkheipoglihhbapdcelcaojje |
Popis | IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP. |
Velikost souboru | 1.32 MB |
Počet instalací | 92 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2018-03-04 |
Datum Vydání | 2018-03-04 |
Hodnocení | 4.57/5 Celkem 7 Hodnocení |
Vývojář | ZiB |
Typ Platby | free |
Podporované Jazyky | 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" } |