Show My IP Addresses
Show all of your local and external (IPv4 & IPv6) addresses
Show My IP Addressesคืออะไร?
Show My IP Addresses เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Targetlock.io และคุณลักษณะหลักของมันคือ "Show all of your local and external (IPv4 & IPv6) addresses"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show My IP Addresses
ดาวน์โหลดไฟล์ส่วนขยาย Show My IP Addresses ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Show My IP Addresses |
ID | jephmlgehnceimcjkmmafjmlmmjgdnnl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/show-my-ip-addresses/jephmlgehnceimcjkmmafjmlmmjgdnnl |
คำอธิบาย | Show all of your local and external (IPv4 & IPv6) addresses |
ขนาดไฟล์ | 14.52 KB |
จำนวนการติดตั้ง | 1,591 |
เวอร์ชันปัจจุบัน | 1.3.0 |
อัปเดตครั้งล่าสุด | 2023-08-25 |
วันที่เผยแพร่ | 2020-01-11 |
คะแนน | 4.50/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Targetlock.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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';" } } |