IPMonitor
IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.
什么是IPMonitor?
IPMonitor是由ZiB开发的Chrome扩展程序,该扩展的主要功能是“IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.”。
扩展截图
下载IPMonitor扩展crx文件
下载IPMonitor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | oodjlfepkheipoglihhbapdcelcaojje |
官方URL | https://chrome.google.com/webstore/detail/ipmonitor/oodjlfepkheipoglihhbapdcelcaojje |
简介 | IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP. |
文件大小 | 1.32 MB |
安装次数 | 92 |
当前版本 | 1.0 |
更新时间 | 2018-03-04 |
上架时间 | 2018-03-04 |
评分 | 4.57/5 共7次评分 |
开发者 | ZiB |
付费类型 | free |
支持的语言 | 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" } |