Helloworld

Helloworld的Chrome扩展

Helloworld란 무엇입니까?

Helloworld은(는) 329052613에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helloworld的Chrome扩展"입니다.

확장 프로그램 스크린샷

screenshot

Helloworld 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        一个专为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"
    }
}