Automatic message translation

An automatic translation tool for FB Messenger messages that supports more than 100 languages (unofficial)

什麼是Automatic message translation?

Automatic message translation是由https://ultra-coding.com開發的Chrome擴展程式,該擴展的主要功能是“An automatic translation tool for FB Messenger messages that supports more than 100 languages (unofficial)”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Automatic message translation擴展crx文件

下載Automatic message translation擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        An automatic translation tool for FB Messenger messages that supports over 100 languages (unofficial)
FB Messenger message translation
Imagine no longer worrying about language barriers when you chat with friends around the world. This plugin can automatically translate FB Messenger messages and supports more than 100 languages, helping 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 associated, licensed, endorsed or officially affiliated with FB Messenger, Google or Google Translate.
Our plugin is an unofficial enhancement to FB Messenger Web designed to give you extra functionality and convenience.

Thank you for your use!                    

擴展基本資訊

名稱 Automatic message translation Automatic message translation
ID idaogicjnniebjncgbhlkkjgnaienbnd
官方網址 https://chromewebstore.google.com/detail/automatic-message-transla/idaogicjnniebjncgbhlkkjgnaienbnd
簡介 An automatic translation tool for FB Messenger messages that supports more than 100 languages (unofficial)
檔案大小 1.32 MB
安裝次數 607
目前版本 2.3.3
更新時間 2024-02-22
上架時間 2023-04-02
評分 4.56/5 共 9 次評分
開發者 https://ultra-coding.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://fbmessengertranslator.ultra-coding.com
隱私政策頁面URL https://docs.google.com/document/d/e/2PACX-1vQ7JV_LbnEsJUUKWTFipA4LG17W1MD5P3rF0c8GNMSHsbzD30cqwjQpE49JWDICZ7x4O6GLz71u0_av/pub
支援的語言 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.3",
    "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:\/\/*.facebook.com\/*",
                "https:\/\/*.messenger.com\/*"
            ],
            "js": [
                "Index.c8162d56.js"
            ],
            "css": []
        }
    ],
    "oauth2": {
        "client_id": "39486643516-f7b1smd3q184im8uakvaoelcvstv3a18.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuOJPRpF25vL\/N7fmLzNdL5oR2AvWtfdcpbaN3Zwdhp+BSws\/ImApbBZew5waNw9Oon\/e1QzMHHLtr1B+DS+QNuRv939yPDoYoeV0BFoD86nfKqkPogO8DKpKSgIrhXi8J4Vtr\/Q1hW4NzsfDQT30tyk3eopuopsZ4uUgLlJTF0XpxBKDekVtj3fxhqrHwGItoVQcLcrelnVfRY3f7bU6+q2J++APbNfync0GYb5z6Ur6Y6BYMOmbwf31LLW6JYFmE9I9y5jmctSfzjeP\/WBsJ91QArt\/PJXLO7opl\/lqCokbuppg8\/n5dHIZpAKyB\/WN8tksoV0dRV5lcpdt+8+pkwIDAQAB",
    "default_locale": "en",
    "host_permissions": [
        "*:\/\/*.ultra-coding.com\/*",
        "*:\/\/translate.google.com\/*"
    ]
}