Whatismyipaddress - Show My IP address
Show your IP address, ISP, location, DNS. You can get my IP address more information.
Whatismyipaddress - Show My IP addressคืออะไร?
Whatismyipaddress - Show My IP address เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://windows11tools.com และคุณลักษณะหลักของมันคือ "Show your IP address, ISP, location, DNS. You can get my IP address more information."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whatismyipaddress - Show My IP address
ดาวน์โหลดไฟล์ส่วนขยาย Whatismyipaddress - Show My IP address ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Whatismyipaddress extension for chrome is aimed to help windows 11 users check IP address. It shows detailed information about your location of city, country, latitude, longitude and location shown on Google Maps. Features: Shows your current IP address information. Detailed information about city, country, latitude, longitude and location shown on Google Maps. Log your IP history and notify you when it changes. Shows the country and city where your IP address is located. Information about IPv4 and IPv6. See all official registration information related to your IP address.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lfcnpljmmpocjjdcnjegakopjfpemodn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/whatismyipaddress-show-my/lfcnpljmmpocjjdcnjegakopjfpemodn |
คำอธิบาย | Show your IP address, ISP, location, DNS. You can get my IP address more information. |
ขนาดไฟล์ | 146 KB |
จำนวนการติดตั้ง | 46 |
เวอร์ชันปัจจุบัน | 2.0.2 |
อัปเดตครั้งล่าสุด | 2021-10-21 |
วันที่เผยแพร่ | 2021-10-21 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://windows11tools.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://windows11tools.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://windows11tools.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whatismyipaddress - Show My IP address", "version": "2.0.2", "manifest_version": 2, "description": "Show your IP address, ISP, location, DNS. You can get my IP address more information.", "background": { "scripts": [ "js\/main.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon.19.png", "38": "images\/icon.38.png" }, "default_title": "Show my IP", "default_popup": "popup.html" }, "icons": { "128": "images\/icon.128.png" }, "incognito": "spanning", "minimum_chrome_version": "17", "permissions": [ "http:\/\/*.hidemyass.com\/", "http:\/\/*.hmageo.com\/" ] } |