IPMonitor
IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.
What is IPMonitor?
IPMonitor is a Chrome extension developed by ZiB, and its main feature is "IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.".
Extension Screenshots
Download IPMonitor Extension CRX File
Download IPMonitor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | oodjlfepkheipoglihhbapdcelcaojje |
Official URL | https://chrome.google.com/webstore/detail/ipmonitor/oodjlfepkheipoglihhbapdcelcaojje |
Description | IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP. |
File Size | 1.32 MB |
Installation Count | 92 |
Current Version | 1.0 |
Last Updated | 2018-03-04 |
Publish Date | 2018-03-04 |
Rating | 4.57/5 Total 7 Ratings |
Developer | ZiB |
Payment Type | free |
Supported Languages | 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" } |