The Best Translator for WhatsApp™ Web

Supporting dual translation engines, capable of automatic translation and shortcut key translation (unofficial).

The Best Translator for WhatsApp™ Web란 무엇입니까?

The Best Translator for WhatsApp™ Web은(는) https://www.shopibar.vip에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Supporting dual translation engines, capable of automatic translation and shortcut key translation (unofficial)."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

The Best Translator for WhatsApp™ Web 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Function Description:  This is a WhatsApp web side message translation plugin.

Usage scenario:  We often encounter language barriers when communicating with foreign friends using WhatsApp. By using our plugin, we only need to set my language and the language of the contact person, and the chat content can be automatically translated. The content entered in the input box can also be translated into the target language using shortcut keys.

Disclaimer: WhatsApp is a trademark registered by WhatsApp Inc. in the United States and other countries. WhatsApp ™ Real time translation is an independent project and has no relationship with WhatsApp official or WhatsApp Inc. The translation engine used in the plugin also has no association, authorization, recognition or official contact with Google.                    

확장 프로그램 기본 정보

이름 The Best Translator for WhatsApp™ Web The Best Translator for WhatsApp™ Web
ID gjaklccphhffeddbigoeknakacjacein
공식 URL https://chromewebstore.google.com/detail/the-best-translator-for-w/gjaklccphhffeddbigoeknakacjacein
설명 Supporting dual translation engines, capable of automatic translation and shortcut key translation (unofficial).
파일 크기 2.58 MB
설치 횟수 973
현재 버전 1.8.2
최근 업데이트 2024-03-02
출시 날짜 2023-11-23
평점 5.00/5 총 4 개의 평점
개발자 https://www.shopibar.vip
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.shopibar.vip/plugins
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/e/2PACX-1vQjRCGMEa5t9W6LcHHZoFXKeuSidf-IHIg6cPfc3XOX7GWj0RcVOh1l1jtvGWbUyxByYnvLNPI_luW2/pub
지원되는 언어 de,en,fr,es,pt-BR,ru,ar,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.8.2",
    "icons": {
        "16": "assets\/logo.png",
        "48": "assets\/logo.png",
        "128": "assets\/logo.png"
    },
    "default_locale": "en",
    "homepage_url": "https:\/\/www.shopibar.com\/plugins",
    "action": {
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J"
            }
        },
        "translator": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Z",
                "mac": "Command+Shift+Z",
                "chromeos": "Ctrl+Shift+Z",
                "linux": "Ctrl+Shift+Z"
            },
            "description": "__MSG_quickTranslator__"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "contentscript-loader-content.08f9ff3e.js"
            ],
            "run_at": "document_start",
            "css": [
                "assets\/index.3a9e0c51.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.colorcoms.com\/*"
            ],
            "js": [
                "contentscript-loader-content-pay.70a4fc46.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "assets\/background.911b6d6b.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "resources": [
                "content-scripts\/*",
                "assets\/*"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/index.72f1b83e.js",
                "assets\/content.08f9ff3e.js",
                "assets\/content-pay.70a4fc46.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/*",
        "https:\/\/www.colorcoms.com\/*",
        "*:\/\/translate.google.com\/*",
        "*:\/\/translate.volcengine.com\/*"
    ]
}