Website IP

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

什麼是Website IP?

Website IP是由black.humour開發的Chrome擴展程式,該擴展的主要功能是“A Chrome extension to show website IP. [ESC] Switch Display/Hide. Click is copy it.”。

擴展截圖

screenshot
screenshot

下載Website IP擴展crx文件

下載Website IP擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Website IP Website IP
ID eaghlkamibfjbicomdmbbohljdhicpgb
官方網址 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;"
    }
}