Website IP

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

Website IP क्या है?

Website IP black.humour द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension to show website IP. [ESC] Switch Display/Hide. Click is copy it."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Website IP एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        插件会在左下角显示当前网站的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;"
    }
}