MyIP - ip address and location details
This extension displays your public IPv4 address, provider name and some location.
MyIP - ip address and location details là gì?
MyIP - ip address and location details là một tiện ích mở rộng Chrome được phát triển bởi https://nokes.de, và tính năng chính của nó là "This extension displays your public IPv4 address, provider name and some location.".
Ả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 MyIP - ip address and location details
Tải xuống các tệp mở rộng MyIP - ip address and location details 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
The MyIP extension displays the current IP address, approximate location and some provider information. It show some details like: ip address, provider name and the region by ip address. You can copy the ip address by clicking the ip and press crtl+c It's open source: https://codeberg.org/turbopixel/MyIP-Browser-Extension Cheers!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MyIP - ip address and location details |
ID | pdnildedfbigagjbaigbalnfdfpijhaf |
URL Chính Thức | https://chromewebstore.google.com/detail/myip-ip-address-and-locat/pdnildedfbigagjbaigbalnfdfpijhaf |
Mô tả | This extension displays your public IPv4 address, provider name and some location. |
Kích Thước Tệp | 24.03 KB |
Số Lần Cài Đặt | 1,765 |
Phiên Bản Hiện Tại | 1.5.0 |
Cập Nhật Lần Cuối | 2023-10-15 |
Ngày Phát Hành | 2019-06-16 |
Đánh Giá | 4.11/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://nokes.de |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.nokes.de/projekte |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "90", "author": "Nico Hemkes", "name": "MyIP - ip address and location details", "short_name": "MyIP", "description": "This extension displays your public IPv4 address, provider name and some location.", "homepage_url": "https:\/\/codeberg.org\/turbopixel\/MyIP-Browser-Extension", "version": "1.5.0", "action": { "default_icon": "icons\/icon-128.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "host_permissions": [ "*:\/\/ip.seeip.org\/*" ] } |