Automatic Telegram Translator

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

什么是Automatic Telegram Translator?

Automatic Telegram Translator是由https://ultra-coding.com开发的Chrome扩展程序,该扩展的主要功能是“An automatic Telegram message translation tool that supports over 100 languages (unofficial)”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Automatic Telegram Translator扩展crx文件

下载Automatic Telegram Translator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Telegram message translation
Imagine no longer worrying about language barriers when you chat with friends around the world. This plugin automatically translates Telegram 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 affiliated, licensed, endorsed or officially associated with Telegram, Google or Google Translate.
Our plugin is an unofficial enhancement of Telegram Web designed to provide you with additional functionality and convenience.

Thank you for your use!                    

扩展基本信息

名称 Automatic Telegram Translator Automatic Telegram Translator
ID lbjcgpijhkhnlnfjjdoipaknjnpnnmae
官方URL https://chromewebstore.google.com/detail/automatic-telegram-transl/lbjcgpijhkhnlnfjjdoipaknjnpnnmae
简介 An automatic Telegram message translation tool that supports over 100 languages (unofficial)
文件大小 1.3 MB
安装次数 2,512
当前版本 2.3.3
更新时间 2024-02-21
上架时间 2023-03-20
评分 3.67/5 共18次评分
开发者 https://ultra-coding.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://telegramtranslator.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:\/\/*.telegram.org\/*"
            ],
            "js": [
                "Index.c8162d56.js"
            ],
            "css": []
        }
    ],
    "oauth2": {
        "client_id": "39486643516-p73q8g1hbo3lkqdg1rktkq8cr6sppnkg.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxPXT5p21LBfCUswAsz+ziHW5tmvdJcutBCERsAZLxF+C0H1oInQYAqH2OJWuIKKISwP9apgwRHxIdrp28W5KOHc4lv3u2\/kBDh7C5d+R359hAjD517tDg8NinNjbvpinTy52L94veUAIPSggmi373tFstS+MMYPNXw\/ecTERthV8J12T9Oybc7fFpQm\/VRJZVon+nAa8\/G0iS1v+nApIwA5EiBp5wEJ2\/O7sdFuqbP\/BUGP0SW9WAoU07h+FNj8icMhyeEjzLtJQ8Jqjv2TiETXKkdoNRhRidlzy18\/G4FJRTSbklyuHchm7\/CNYgl1jdeFOtXoEpuYq97FO6NVwrQIDAQAB",
    "default_locale": "en",
    "host_permissions": [
        "*:\/\/*.ultra-coding.com\/*",
        "*:\/\/translate.google.com\/*"
    ]
}