Website IP

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

Wat is Website IP?

Website IP is een Chrome-extensie ontwikkeld door black.humour, en de belangrijkste functie is "A Chrome extension to show website IP. [ESC] Switch Display/Hide. Click is copy it.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Website IP

Download Website IP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Website IP Website IP
ID eaghlkamibfjbicomdmbbohljdhicpgb
Officiële URL https://chromewebstore.google.com/detail/website-ip/eaghlkamibfjbicomdmbbohljdhicpgb
Beschrijving A Chrome extension to show website IP. [ESC] Switch Display/Hide. Click is copy it.
Bestandsgrootte 81.45 KB
Aantal Installaties 854
Huidige Versie 1.1.3
Laatst Bijgewerkt 2023-09-22
Publicatiedatum 2018-07-05
Beoordeling 4.45/5 Totaal 11 Beoordelingen
Ontwikkelaar black.humour
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/plugin-photo-privacy-policy
Ondersteunde Talen 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;"
    }
}