What is My IP Address

View your public ip address via toolbar popup.

What is My IP Addressคืออะไร?

What is My IP Address เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Muyor และคุณลักษณะหลักของมันคือ "View your public ip address via toolbar popup."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย What is My IP Address

ดาวน์โหลดไฟล์ส่วนขยาย What is My IP Address ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        What is My IP Address is an extension that lets you view your public IP address in the toolbar popup UI.

By default, no server is selected. Please open the UI and select a desired server from the list. Two types of servers are available in the list, HTTP or STUN. STUN servers use WebRTC technology to find your IP address. HTTP servers use fetch API to obtain the IP address. In general, all third-part servers should show a similar IP address. But, in some situations, they might show different IP addresses. All changes in the popup UI are auto-saved to the memory.

Note: this addon uses several third-party API engines to render your IP address. Please note that, unless you select a server, this addon does NOT interact with any third-party website/service at all. Moreover, it does NOT store your IP address or any other information in any remote location. However, third-party servers (HTTP or STUN) have their policy and rules for storing IP addresses. Therefore, before using any server, please read their privacy policy. This addon does NOT have any control over their privacy policies.

To report bugs or suggest a feature request, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/ip-address.html).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ What is My IP Address What is My IP Address
ID hifpalbhcjmldgojdgpkmboodljlabmf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/what-is-my-ip-address/hifpalbhcjmldgojdgpkmboodljlabmf
คำอธิบาย View your public ip address via toolbar popup.
ขนาดไฟล์ 19.57 KB
จำนวนการติดตั้ง 920
เวอร์ชันปัจจุบัน 0.1.4
อัปเดตครั้งล่าสุด 2023-10-30
วันที่เผยแพร่ 2019-11-06
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Muyor
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/ip-address.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/ip-address.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.4",
    "manifest_version": 3,
    "short_name": "ip-address",
    "permissions": [
        "storage"
    ],
    "name": "What is My IP Address",
    "homepage_url": "https:\/\/mybrowseraddon.com\/ip-address.html",
    "description": "View your public ip address via toolbar popup.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/l2.io\/ip\/*",
        "*:\/\/ip.seeip.org\/*",
        "*:\/\/api.ipify.org\/*",
        "*:\/\/api.hostip.info\/*",
        "*:\/\/checkip.amazonaws.com\/*"
    ],
    "action": {
        "default_title": "What is My IP Address",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}