Translator for Telegram™ Web

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

Что такое Translator for Telegram™ Web?

Translator for Telegram™ Web - это расширение Chrome, разработанное https://www.shopibar.vip, и его основная функция - "Supporting dual translation engines, capable of automatic translation and shortcut key translation (unofficial).".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Translator for Telegram™ Web

Скачайте файлы расширений Translator for Telegram™ Web в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Usage scenario: When communicating with foreign friends using Telegram, we often encounter language barriers. 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: Telegram is a trademark registered in Russia and other countries. Telegram ™ Real time translation is an independent project and has no relationship with Telegram officials. The translation engine used in the plugin also has no association, authorization, recognition or official contact with Google.                    

Основная информация о расширении

Название Translator for Telegram™ Web Translator for Telegram™ Web
ID cedgonoljngcmgghepnhclmlknbhhdko
Официальный URL https://chromewebstore.google.com/detail/translator-for-telegram-w/cedgonoljngcmgghepnhclmlknbhhdko
Описание Supporting dual translation engines, capable of automatic translation and shortcut key translation (unofficial).
Размер файла 2.6 MB
Количество установок 764
Текущая Версия 1.4.3
Последнее Обновление 2024-02-18
Дата публикации 2023-10-14
Рейтинг 4.20/5 Всего 5 оценок
Разработчик https://www.shopibar.vip
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения 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.4.3",
    "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+X",
                "mac": "Command+X",
                "chromeos": "Ctrl+X",
                "linux": "Ctrl+X"
            },
            "description": "__MSG_quickTranslator__"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.telegram.org\/*"
            ],
            "js": [
                "contentscript-loader-content.e2a080c9.js"
            ],
            "run_at": "document_start",
            "css": [
                "assets\/index.3a9e0c51.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.colorcoms.com\/*"
            ],
            "js": [
                "contentscript-loader-content-pay.6c241c89.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "assets\/background.f4810687.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/web.telegram.org\/*"
            ],
            "resources": [
                "content-scripts\/*",
                "assets\/*"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/index.72f1b83e.js",
                "assets\/content.e2a080c9.js",
                "assets\/content-pay.6c241c89.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/web.telegram.org\/*",
        "https:\/\/www.colorcoms.com\/*",
        "*:\/\/translate.google.com\/*",
        "*:\/\/translate.volcengine.com\/*"
    ]
}