Website IP

A Chrome extension to show website IP. [ESC] Switch Display/Hide. Click is copy it.

Website IPคืออะไร?

Website IP เป็นส่วนขยายของ Chrome ที่พัฒนาโดย black.humour และคุณลักษณะหลักของมันคือ "A Chrome extension to show website IP. [ESC] Switch Display/Hide. Click is copy it."

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

screenshot
screenshot

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

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

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

                        插件会在左下角显示当前网站的IP,方便识别                    

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

ชื่อ Website IP Website IP
ID eaghlkamibfjbicomdmbbohljdhicpgb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/website-ip/eaghlkamibfjbicomdmbbohljdhicpgb
คำอธิบาย A Chrome extension to show website IP. [ESC] Switch Display/Hide. Click is copy it.
ขนาดไฟล์ 81.45 KB
จำนวนการติดตั้ง 854
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2023-09-22
วันที่เผยแพร่ 2018-07-05
คะแนน 4.45/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา black.humour
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/plugin-photo-privacy-policy
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "zh_CN",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.1.3",
    "manifest_version": 3,
    "homepage_url": "https:\/\/gitee.com\/surprise\/Chrome.Website.Ip",
    "permissions": [
        "webRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "48": "\/images\/icon48.png",
        "16": "\/images\/icon16.png",
        "128": "\/images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "19": "\/images\/icon19.png",
            "38": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        },
        "default_title": "Website IP"
    },
    "background": {
        "service_worker": "background-wrapper.js"
    },
    "options_page": "options\/options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "inject\/jquery.ip.js",
                "dist\/ip.entry.js"
            ],
            "css": [
                "inject\/ip.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/clientapi.ipip.net\/browser\/chrome;"
    }
}