My IP

Your public IP address and other tracking info

My IPคืออะไร?

My IP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://singleclickapps.com และคุณลักษณะหลักของมันคือ "Your public IP address and other tracking info"

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

screenshot
screenshot

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

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

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

                        My IP is a tool which will show you your IP address and (if available) your host name, country and city. 
- Shows your public (remote, visible from internet) IP address
- shows location info (if found) -- like country, city and region
- shows the exact location (if available in the IP database) of your device on the map
- shows some other tracking info (host name, http headers)
- shows if Cookies and JavaScript are enabled and what's your browser user-agent string.                    

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

ชื่อ My IP My IP
ID dhbbikoofbipjbkbkckpcnakflgoejli
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/my-ip/dhbbikoofbipjbkbkckpcnakflgoejli
คำอธิบาย Your public IP address and other tracking info
ขนาดไฟล์ 21.68 KB
จำนวนการติดตั้ง 681
เวอร์ชันปัจจุบัน 2.1.0.3
อัปเดตครั้งล่าสุด 2020-05-11
วันที่เผยแพร่ 2020-05-11
คะแนน 4.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://singleclickapps.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://singleclickapps.com/ip-plus
URL หน้านโยบายความเป็นส่วนตัว https://singleclickapps.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My IP",
    "version": "2.1.0.3",
    "manifest_version": 2,
    "homepage_url": "https:\/\/singleclickapps.com\/ip-plus",
    "description": "Your public IP address and other tracking info",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "My IP"
    },
    "incognito": "spanning",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings.html"
}