My IP address

Find your IP address! See ISP, location, and DNS. Get IP address change alert and see your history.

My IP addressคืออะไร?

My IP address เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dnslytics.com และคุณลักษณะหลักของมันคือ "Find your IP address! See ISP, location, and DNS. Get IP address change alert and see your history."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension shows detailed information about your IP address, domain and ISP. For example the ISP name, location, ISP, DNS, whois, routing, hosting, domain neighbors, DNSBL, BGP and ASN information.

Functions:
-Summary of the network information like ISP, ASN, BGP, subnet, DNS servers and reverse DNS.
-Checks to see if your IP address is listed on the most popular DNS based anti-spam databases.
-Checks to see if your IP address is listed on the most popular blocklists.
-See all official registration information related to your IP address.
-Find other websites hosted on the same IP address (domain neighbors).
-Shows the geographical location of your IP address.
-Summary of the country where your IP address is located.                    

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

ชื่อ My IP address My IP address
ID monhkdcehmbdgkhgpccaccbbcgcfpjkd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/my-ip-address/monhkdcehmbdgkhgpccaccbbcgcfpjkd
คำอธิบาย Find your IP address! See ISP, location, and DNS. Get IP address change alert and see your history.
ขนาดไฟล์ 323 KB
จำนวนการติดตั้ง 45,199
เวอร์ชันปัจจุบัน 2.0.5
อัปเดตครั้งล่าสุด 2023-11-25
วันที่เผยแพร่ 2017-08-09
คะแนน 3.89/5 รวมทั้งหมด 402 คะแนน
ผู้พัฒนา https://dnslytics.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://dnslytics.com/browser-extensions-addons-accelerators
URL หน้าช่วยเหลือ https://search.dnslytics.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://dnslytics.com/privacy-policy
ภาษาที่รองรับ id,ms,de,en,fr,nl,no,vi,tr,ca,da,et,es,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icon128.png",
        "32": "icon32.png",
        "64": "icon64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "background": {
        "service_worker": "bg.js"
    },
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.dnslytics.net\/*"
    ],
    "version": "2.0.5",
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/*.dnslytics.net; img-src https:\/\/*.dnslytics.net;"
    }
}