Twitch Chat Translation

Twitch Chat Translation

Что такое Twitch Chat Translation?

Twitch Chat Translation - это расширение Chrome, разработанное enescakircali3, и его основная функция - "Twitch Chat Translation".

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

screenshot
screenshot

Скачать файл CRX расширения Twitch Chat Translation

Скачайте файлы расширений Twitch Chat Translation в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Translates what is written in the chat on the twitch site to another language                    

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

Название Twitch Chat Translation Twitch Chat Translation
ID mfahhhnepabpomopmgeammmcaepdpnfm
Официальный URL https://chromewebstore.google.com/detail/twitch-chat-translation/mfahhhnepabpomopmgeammmcaepdpnfm
Описание Twitch Chat Translation
Размер файла 1.21 MB
Количество установок 1,729
Текущая Версия 1.2
Последнее Обновление 2023-09-11
Дата публикации 2022-07-13
Рейтинг 3.63/5 Всего 27 оценок
Разработчик enescakircali3
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://www.buymeacoffee.com/enescakircali
Поддерживаемые языки en,tr,hi,ta,te,ml
manifest.json
{
    "author": "Enes \u00c7ak\u0131rcal\u0131",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "css": [
                "twitch.css"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description_ext__",
    "icons": {
        "128": "icons\/twitch.png"
    },
    "action": {
        "default_icon": "icons\/twitch.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_name_ext__"
    },
    "commands": {
        "translate": {
            "suggested_key": {
                "default": "Alt+T"
            },
            "description": "__MSG_translation_shortcut__"
        }
    },
    "manifest_version": 3,
    "name": "__MSG_name_ext__",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}