Helloworld

Helloworld的Chrome扩展

什么是Helloworld?

Helloworld是由329052613开发的Chrome扩展程序,该扩展的主要功能是“Helloworld的Chrome扩展”。

扩展截图

screenshot

下载Helloworld扩展crx文件

下载Helloworld扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Helloworld Helloworld
ID chmggcnjmaacmbdbgihlfelinbahfahk
官方URL https://chromewebstore.google.com/detail/helloworld/chmggcnjmaacmbdbgihlfelinbahfahk
简介 Helloworld的Chrome扩展
文件大小 700 KB
安装次数 122
当前版本 1.0.0
更新时间 2022-06-22
上架时间 2022-06-21
评分 1.00/5 共1次评分
开发者 329052613
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.helloword.com.cn/
隐私政策页面URL https://helloworldmore-1252698292.cos.ap-chengdu.myqcloud.com/Web2/pri.html
支持的语言 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"
    }
}