Website IP

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

Website IP là gì?

Website IP là một tiện ích mở rộng Chrome được phát triển bởi black.humour, và tính năng chính của nó là "A Chrome extension to show website IP. [ESC] Switch Display/Hide. Click is copy it.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Website IP

Tải xuống các tệp mở rộng Website IP dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Website IP Website IP
ID eaghlkamibfjbicomdmbbohljdhicpgb
URL Chính Thức https://chromewebstore.google.com/detail/website-ip/eaghlkamibfjbicomdmbbohljdhicpgb
Mô tả A Chrome extension to show website IP. [ESC] Switch Display/Hide. Click is copy it.
Kích Thước Tệp 81.45 KB
Số Lần Cài Đặt 854
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2023-09-22
Ngày Phát Hành 2018-07-05
Đánh Giá 4.45/5 Tổng số 11 Đánh Giá
Nhà Phát Triển black.humour
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/plugin-photo-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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;"
    }
}