WebSite IP Information Query

Query the current location of the IP address of the site, ASN, port open information and other information.

WebSite IP Information Queryคืออะไร?

WebSite IP Information Query เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.ipip.net และคุณลักษณะหลักของมันคือ "Query the current location of the IP address of the site, ASN, port open information and other information."

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

screenshot

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

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

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

                        查询当前访问网站的 IP 地址的地理位置,国旗,所属 ASN,端口开放信息等信息。
需要注意的注意事项:
1、安装后,请重新启动浏览器,如果不重启浏览器,可能将无法对已打开的标签页进行信息的显示;
2、本功能显示的是浏览器里对网站进行访问的 IP,如果您挂了代理,显示的将是代理服务器的 IP;
3、由于浏览器 API 限制,可能要等到网页完全加载完后,才可以显示相关信息。
4、新版中增加了从服务器端解析您所在浏览的域名所对应 IP 的方式,这种情况受限于服务器 DNS 设置,仅供参考。

对于提交给服务器端的数据,请查看我们的隐私说明。                    

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

ชื่อ WebSite IP Information Query WebSite IP Information Query
ID mifjlfhembandabikpiehhokhdepbdai
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/website-ip-information-qu/mifjlfhembandabikpiehhokhdepbdai
คำอธิบาย Query the current location of the IP address of the site, ASN, port open information and other information.
ขนาดไฟล์ 649 KB
จำนวนการติดตั้ง 9,000
เวอร์ชันปัจจุบัน 3.4
อัปเดตครั้งล่าสุด 2021-08-22
วันที่เผยแพร่ 2020-06-06
คะแนน 4.25/5 รวมทั้งหมด 40 คะแนน
ผู้พัฒนา https://www.ipip.net
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.ipip.net/privacy.html
URL หน้านโยบายความเป็นส่วนตัว https://www.ipip.net/privacy.html
ภาษาที่รองรับ en,en-US,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "3.4",
    "default_locale": "zh_CN",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_title": "WebSite IP Information query Powered by IPIP.net",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/psl.min.js",
                "js\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "contextMenus",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}