Helloworld

Helloworld的Chrome扩展

Wat is Helloworld?

Helloworld is een Chrome-extensie ontwikkeld door 329052613, en de belangrijkste functie is "Helloworld的Chrome扩展".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Helloworld

Download Helloworld-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

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

Basisinformatie over de Extensie

Naam Helloworld Helloworld
ID chmggcnjmaacmbdbgihlfelinbahfahk
Officiële URL https://chromewebstore.google.com/detail/helloworld/chmggcnjmaacmbdbgihlfelinbahfahk
Beschrijving Helloworld的Chrome扩展
Bestandsgrootte 700 KB
Aantal Installaties 122
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-06-22
Publicatiedatum 2022-06-21
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar 329052613
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.helloword.com.cn/
URL van de Privacybeleid Pagina https://helloworldmore-1252698292.cos.ap-chengdu.myqcloud.com/Web2/pri.html
Ondersteunde Talen 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"
    }
}