IPMonitor
IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.
IPMonitor là gì?
IPMonitor là một tiện ích mở rộng Chrome được phát triển bởi ZiB, và tính năng chính của nó là "IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng IPMonitor
Tải xuống các tệp mở rộng IPMonitor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oodjlfepkheipoglihhbapdcelcaojje |
URL Chính Thức | https://chrome.google.com/webstore/detail/ipmonitor/oodjlfepkheipoglihhbapdcelcaojje |
Mô tả | IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP. |
Kích Thước Tệp | 1.32 MB |
Số Lần Cài Đặt | 92 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2018-03-04 |
Ngày Phát Hành | 2018-03-04 |
Đánh Giá | 4.57/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | ZiB |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |