Website IP

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

Cos'è Website IP?

Website IP è un'estensione di Chrome sviluppata da black.humour, e la sua funzione principale è "A Chrome extension to show website IP. [ESC] Switch Display/Hide. Click is copy it.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Website IP

Scarica i file di estensione Website IP in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Website IP Website IP
ID eaghlkamibfjbicomdmbbohljdhicpgb
URL Ufficiale https://chromewebstore.google.com/detail/website-ip/eaghlkamibfjbicomdmbbohljdhicpgb
Descrizione A Chrome extension to show website IP. [ESC] Switch Display/Hide. Click is copy it.
Dimensione del File 81.45 KB
Conteggio Installazioni 854
Versione Corrente 1.1.3
Ultimo Aggiornamento 2023-09-22
Data di Pubblicazione 2018-07-05
Valutazione 4.45/5 Totale 11 Valutazioni
Sviluppatore black.humour
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/plugin-photo-privacy-policy
Lingue Supportate 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;"
    }
}