Show My IP Addresses
Show all of your local and external (IPv4 & IPv6) addresses
Show My IP Addresses là gì?
Show My IP Addresses là một tiện ích mở rộng Chrome được phát triển bởi Targetlock.io, và tính năng chính của nó là "Show all of your local and external (IPv4 & IPv6) addresses".
Ả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 Show My IP Addresses
Tải xuống các tệp mở rộng Show My IP Addresses 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
Version 1.3.0 Updates: - Even more size optimizations! - Removed advertising. Version 1.2.0 Updates: - Fixed issue where external IP addresses were not being displayed - Optimization for quicker load (We had a pesky one second delay that we couldn't stand) - Shrunk the size of the extension by 43% thanks to those optimizations! See all of your local and external IP addresses (IPv4 & IPv6) without being sent to another website! All IP addresses are shown in the extension popover when you click on the icon. Please post suggestions and reviews!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Show My IP Addresses |
ID | jephmlgehnceimcjkmmafjmlmmjgdnnl |
URL Chính Thức | https://chromewebstore.google.com/detail/show-my-ip-addresses/jephmlgehnceimcjkmmafjmlmmjgdnnl |
Mô tả | Show all of your local and external (IPv4 & IPv6) addresses |
Kích Thước Tệp | 14.52 KB |
Số Lần Cài Đặt | 1,591 |
Phiên Bản Hiện Tại | 1.3.0 |
Cập Nhật Lần Cuối | 2023-08-25 |
Ngày Phát Hành | 2020-01-11 |
Đánh Giá | 4.50/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Targetlock.io |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Show My IP Addresses", "short_name": "Show My IP Addresses", "description": "Show all of your local and external (IPv4 & IPv6) addresses", "version": "1.3.0", "author": "EDGE Solutions", "offline_enabled": true, "action": { "default_title": "Show My IP Addresses", "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_popup": "src\/popup\/popup.html" }, "permissions": [], "icons": { "16": "img\/icon16.png", "19": "img\/icon19.png", "32": "img\/icon32.png", "38": "img\/icon38.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" } } |