IPvBar
Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.
IPvBar là gì?
IPvBar là một tiện ích mở rộng Chrome được phát triển bởi TxThinking, và tính năng chính của nó là "Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.".
Ả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 IPvBar
Tải xuống các tệp mở rộng IPvBar 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
When you install IPvBar, the IPvBar icon will appear on your chrome. When you are browsing the website, click on the IPvBar icon, and you will see the domain name list, IP list and IP corresponding country information of the current web page request.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | copjmgogifdfjkaenpallapiidcpkjbm |
URL Chính Thức | https://chrome.google.com/webstore/detail/ipvbar/copjmgogifdfjkaenpallapiidcpkjbm |
Mô tả | Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements. |
Kích Thước Tệp | 3.03 MB |
Số Lần Cài Đặt | 82 |
Phiên Bản Hiện Tại | 2021.4.15 |
Cập Nhật Lần Cuối | 2021-04-17 |
Ngày Phát Hành | 2020-05-02 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | TxThinking |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/txthinking/ipvbar |
URL Trang Trợ Giúp | https://github.com/txthinking/ipvbar |
URL Trang Chính Sách Bảo Mật | https://www.txthinking.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IPvBar", "manifest_version": 2, "version": "2021.4.15", "minimum_chrome_version": "26", "description": "Display the server IP and country, with a realtime summary of IPv4, IPv6, and HTTPS information across all page elements.", "homepage_url": "https:\/\/github.com\/txthinking\/ipvbar", "icons": { "16": "icon16.png", "128": "icon128.png" }, "background": { "scripts": [ "common.js", "wasm_exec.js", "client.js", "b.js", "background.js" ] }, "page_action": { "dummy": "http:\/\/crbug.com\/86449" }, "options_ui": { "page": "options.html", "chrome_style": true }, "content_security_policy": "script-src 'self' 'unsafe-eval' 'wasm-eval'; object-src 'self'", "permissions": [ "contextMenus", "storage", "tabs", "webNavigation", "webRequest", " |