Website IP

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

Qu'est-ce que Website IP ?

Website IP est une extension Chrome développée par black.humour, et sa fonction principale est "A Chrome extension to show website IP. [ESC] Switch Display/Hide. Click is copy it.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Website IP

Téléchargez les fichiers d'extension Website IP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Website IP Website IP
ID eaghlkamibfjbicomdmbbohljdhicpgb
URL Officiel https://chromewebstore.google.com/detail/website-ip/eaghlkamibfjbicomdmbbohljdhicpgb
Description A Chrome extension to show website IP. [ESC] Switch Display/Hide. Click is copy it.
Taille du Fichier 81.45 KB
Nombre d'Installations 854
Version Actuelle 1.1.3
Dernière Mise à Jour 2023-09-22
Date de Publication 2018-07-05
Évaluation 4.45/5 Total 11 Évaluations
Développeur black.humour
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/plugin-photo-privacy-policy
Langues Prises en Charge 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;"
    }
}