Automatic WhatsApp ™ Translator

An automatic WhatsApp message translation tool that supports over 100 languages (unofficial)

Automatic WhatsApp ™ Translator란 무엇입니까?

Automatic WhatsApp ™ Translator은(는) ultracodinghq에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An automatic WhatsApp message translation tool that supports over 100 languages (unofficial)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Automatic WhatsApp ™ Translator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Go beyond the boundaries of 100 languages and enjoy global communication with our WhatsApp automatic translation plugin (unofficial tool)

Picture this: Chat with friends around the world, no longer bothered by language barriers. Easily push the language boundaries in WhatsApp with our automatic translation plugin, connecting more than 100 languages with one click, putting global communication at your fingertips.

Why choose our plugin?

Intuitive and convenient interface: no tedious operation is required, and the automatic translation process makes communication smoother.
Comprehensive and secure translation solutions: covering personal and business needs, ensuring an efficient and secure communication experience.
Send is translate: We not only translate the messages you receive, but also automatically translate the text you send, allowing communication without delay.
Core Features:

Ease of cross-language communication: Chat with friends in any country or region without hindrance.
Intelligent automatic translation: automatically identify and translate languages, eliminating the trouble of manual selection.
Privacy and Security: Never store or share your chat history and personal information.
Applicable to multiple scenarios: travel, business, study, etc., barrier-free communication anytime, anywhere.
Strict Security Review: Make sure your computer and privacy are completely safe.
--- Disclaimer ---

Please note that our plugins are not associated, licensed, endorsed or officially associated with WhatsApp, Facebook, Google or Google Translate in any way. It is an unofficial enhancement for WhatsApp Web designed to provide more functionality and convenience.

Thank you for choosing our plugin to start a new multilingual communication experience!                    

확장 프로그램 기본 정보

이름 Automatic WhatsApp ™ Translator Automatic WhatsApp ™ Translator
ID gcnighohnjfolifjjkncjllmhiafjkhn
공식 URL https://chromewebstore.google.com/detail/automatic-whatsapp-transl/gcnighohnjfolifjjkncjllmhiafjkhn
설명 An automatic WhatsApp message translation tool that supports over 100 languages (unofficial)
파일 크기 1.3 MB
설치 횟수 781
현재 버전 2.2.7
최근 업데이트 2024-02-21
출시 날짜 2023-08-23
평점 5.00/5 총 2 개의 평점
개발자 ultracodinghq
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://watranslator.ultra-coding.com/
개인정보 보호 정책 페이지 URL https://ultra-coding.com/privacy
지원되는 언어 id,ms,de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,pl,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "2.2.7",
    "author": "[email protected]",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "identity",
        "identity.email"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "Index.c8162d56.js"
            ],
            "css": []
        }
    ],
    "oauth2": {
        "client_id": "39486643516-nicgdjkf351d012c12eoj78orgda6mek.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr0P8O3HPBVvesd+jIVtWmf1+5tjUI2m8Pv15AOuI5TBgjeAnn1lbRMt2tvZ\/t5ad\/DYBbVniv5lRyuIj1q7CKq58ABmSSXhH6AzREM28PCqVHW61Jx8bw+C1zN6Al602da6VReI\/oA32QVm\/XcLfh+DXcJr8t6kjKLFP44qwrRe8EOQTMyD+wxnjdM64V6SKiTccH8EUS12SC+Gg6TqoYyLpcC3H2IkhnNbfFsS7rMvldM2N49kyNiAo5d98G0aOuwFm9TMKac4R+YQvKMr5o5ZDbFjBfL13JoyahU9MtUdlDm5U7ehHNsBG8xDOHcyMBW9uqCwVAEYhNj6\/K1TI9wIDAQAB",
    "default_locale": "en",
    "host_permissions": [
        "*:\/\/*.ultra-coding.com\/*",
        "*:\/\/translate.google.com\/*"
    ]
}