Helloworld

Helloworld的Chrome扩展

Qu'est-ce que Helloworld ?

Helloworld est une extension Chrome développée par 329052613, et sa fonction principale est "Helloworld的Chrome扩展".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Helloworld

Téléchargez les fichiers d'extension Helloworld 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

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

Informations de Base sur l'Extension

Nom Helloworld Helloworld
ID chmggcnjmaacmbdbgihlfelinbahfahk
URL Officiel https://chromewebstore.google.com/detail/helloworld/chmggcnjmaacmbdbgihlfelinbahfahk
Description Helloworld的Chrome扩展
Taille du Fichier 700 KB
Nombre d'Installations 122
Version Actuelle 1.0.0
Dernière Mise à Jour 2022-06-22
Date de Publication 2022-06-21
Évaluation 1.00/5 Total 1 Évaluations
Développeur 329052613
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.helloword.com.cn/
URL de la Page de Politique de Confidentialité https://helloworldmore-1252698292.cos.ap-chengdu.myqcloud.com/Web2/pri.html
Langues Prises en Charge 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"
    }
}