MyIPAddress
MyIPAddress is an extension that gives you your public ip address information such as which country and city is.
MyIPAddressคืออะไร?
MyIPAddress เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://freeipapi.com และคุณลักษณะหลักของมันคือ "MyIPAddress is an extension that gives you your public ip address information such as which country and city is."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MyIPAddress
ดาวน์โหลดไฟล์ส่วนขยาย MyIPAddress ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
MyIPAddress is an extension that gives you your public ip address information such as which country and city is.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MyIPAddress |
ID | ggnknplpocgpecggogjfeimgillocidi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/myipaddress/ggnknplpocgpecggogjfeimgillocidi |
คำอธิบาย | MyIPAddress is an extension that gives you your public ip address information such as which country and city is. |
ขนาดไฟล์ | 15.37 KB |
จำนวนการติดตั้ง | 66 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2023-04-15 |
วันที่เผยแพร่ | 2022-10-05 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://freeipapi.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://freeipapi.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2", "manifest_version": 3, "name": "MyIPAddress", "permissions": [ "webRequest" ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "icons": { "16": "images\/icon-16x16.png", "24": "images\/icon-24x24.png", "32": "images\/icon-32x32.png" }, "action": { "default_icon": { "16": "images\/icon-16x16.png", "24": "images\/icon-24x24.png", "32": "images\/icon-32x32.png" }, "default_title": "Click Me", "default_popup": "popup.html" } } |