Helloworld

Helloworld的Chrome扩展

Cos'è Helloworld?

Helloworld è un'estensione di Chrome sviluppata da 329052613, e la sua funzione principale è "Helloworld的Chrome扩展".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Helloworld

Scarica i file di estensione Helloworld 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

                        一个专为WHATSAPP,TELEGRAM等等社交软件提供翻译的插件                    

Informazioni di Base sull'Estensione

Nome Helloworld Helloworld
ID chmggcnjmaacmbdbgihlfelinbahfahk
URL Ufficiale https://chromewebstore.google.com/detail/helloworld/chmggcnjmaacmbdbgihlfelinbahfahk
Descrizione Helloworld的Chrome扩展
Dimensione del File 700 KB
Conteggio Installazioni 122
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-06-22
Data di Pubblicazione 2022-06-21
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore 329052613
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.helloword.com.cn/
URL della Pagina della Politica sulla Privacy https://helloworldmore-1252698292.cos.ap-chengdu.myqcloud.com/Web2/pri.html
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Helloworld",
    "version": "1.0.0",
    "description": "Helloworld\u7684Chrome\u6269\u5c55",
    "icons": {
        "16": "Imgs\/20.png",
        "48": "Imgs\/40.png",
        "128": "Imgs\/120.png"
    },
    "background": {
        "service_worker": "Chrome\/hwservice.js"
    },
    "action": {
        "default_icon": "Imgs\/20.png",
        "default_title": "Helloworld",
        "default_popup": "Chrome\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/",
                "https:\/\/web.telegram.org\/*",
                "http:\/\/helloworldmore-1252698292.cos.accelerate.myqcloud.com\/Web2\/Html\/*"
            ],
            "js": [
                "Chrome\/InjectStartJs.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/",
                "https:\/\/web.telegram.org\/*"
            ],
            "js": [
                "Chrome\/InjectEndJs.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "webNavigation",
        "tabs",
        "notifications",
        "storage",
        "*:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "optional_permissions": [
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "Chrome\/forchrome.js",
                "Comm\/hwcomm.js",
                "Comm\/preload.js",
                "Comm\/comm_end.js",
                "Helper\/whatsapphelper_end.js",
                "Helper\/telegramnewhelper_end.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": [],
    "homepage_url": "https:\/\/www.helloword.com.cn\/",
    "omnibox": {
        "keyword": "hw"
    }
}