Automatic zalo translator

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

Automatic zalo translator란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Automatic zalo translator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Zalo message translation
Imagine not having to worry about language barriers when you chat with friends around the world. This plugin automatically translates Zalo messages and supports more than 100 languages to help you easily stay in touch with friends around the world.

Our plugin interface is intuitive and easy to use, and the translation process is done automatically without manual switching or operation. You can communicate with confidence and we will automatically translate messages as they are sent or received.

In addition, our plugin is powerful, secure and efficient. It is suitable for most scenarios, whether personal or business communication.

Not only that, but our plugin automatically translates the messages you send to help you communicate quickly. Now, you don't have to worry about translation work anymore, our plugin will make it easy for you.


1. Easily translate cross-language chats: No matter which country or region you communicate with your contacts, you can easily achieve unimpeded language flow.
2. Intelligent automatic translation: There is no need to manually select the language, the plug-in will automatically translate according to your settings.
3. Protect your privacy: Your chat history and personal information will be protected and we will not collect, store or share any of your information.
4. Suitable for various scenarios: It is suitable for various scenarios such as travel, business, study, etc., making you more confident and comfortable in different language environments.
5. Safe and reliable: The plug-in has passed strict security audits to ensure that your computer and privacy are not threatened.


--- Disclaimer ---

Our plugins are not affiliated, licensed, endorsed or officially affiliated with Zalo, Google or Google Translate.
Our plugin is an unofficial enhancement to Zalo Web designed to give you extra functionality and convenience.

Thank you for your use!                    

확장 프로그램 기본 정보

이름 Automatic zalo translator Automatic zalo translator
ID abeeejocabhdahopehakmmgmdfkbnemb
공식 URL https://chromewebstore.google.com/detail/automatic-zalo-translator/abeeejocabhdahopehakmmgmdfkbnemb
설명 An automatic Zalo message translation tool that supports over 100 languages (unofficial)
파일 크기 1.31 MB
설치 횟수 612
현재 버전 2.3.2
최근 업데이트 2024-02-22
출시 날짜 2023-07-19
평점 5.00/5 총 1 개의 평점
개발자 ultracodinghq
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://zalotranslator.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.3.2",
    "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:\/\/*.zalo.me\/*"
            ],
            "js": [
                "Index.c8162d56.js"
            ],
            "css": []
        }
    ],
    "oauth2": {
        "client_id": "39486643516-uu8l1pf8sd5ie4pcr710t9oqeg0ftem5.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApy\/\/u5OQl08xmINI3rbENALb5wIQPkbMMEWDUfr3RtAm6CsGUiZ0GK3Fl4JYvi456VpT3ewfBcgF0CfjQm3C\/wOaaKHTsPlkrUY\/9EuVImAM07smTN653tc\/wG3lwNRrtFkI\/ZzR90\/RExEkUyEPO20E1\/ZHJcaiWrtaSE4VZpdPwckWaNmWwryhEDa5zAEUW8p7xcKCJ\/r6PFxTukfDajwXZd0uUgLalbqmsBhprIwZ4xOaKg8979IgWEMpQhNXF8cCBJQ9KsY7btg\/1vu\/a8cK\/rwAH6OGyGVAojwduqZi9fvquXOenBSSjNjy7Ia0gHr1ddim4Nr7ZxR2comOuQIDAQAB",
    "default_locale": "en",
    "host_permissions": [
        "*:\/\/*.ultra-coding.com\/*",
        "*:\/\/translate.google.com\/*"
    ]
}