Automatic twitch translator

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

Co to jest Automatic twitch translator?

Automatic twitch translator to rozszerzenie Chrome opracowane przez ultracodinghq, a jego główną funkcją jest „An automatic Twitch message translation tool that supports over 100 languages (unofficial)”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Automatic twitch translator

Pobierz pliki rozszerzeń Automatic twitch translator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Go beyond the boundaries of 100 languages and enjoy global communication with our Twitch automatic translation plugin (unofficial tool)

Imagine this: chat with friends around the world, no longer bothered by language barriers. With our automatic translation plugin, easily push the language boundaries in Twitch, connect to over 100 languages with one click, and put global communication at your fingertips.

Why choose our plugin?

Intuitive and convenient interface: No tedious operations are required, and the automatic translation process makes communication smoother.
Comprehensive and secure translation solutions: covering personal and business needs, ensuring an efficient and secure communication experience.
Translate when you send it: We not only translate the messages you receive, but also automatically translate the text you send, allowing communication without delay.
Core features:

Ease cross-language communication: No matter which country or region you are chatting with, you can communicate freely.
Intelligent automatic translation: automatically recognizes and translates languages, eliminating the need for manual selection.
Privacy and security: Never store or share your chat history and personal information.
Multi-scenario application: travel, business, study, etc., barrier-free communication anytime, anywhere.
Stringent security review: Ensure that your computer and privacy are completely safe.
--- Disclaimer ---

Please note that our plugin is not affiliated, authorized, endorsed, or officially affiliated with Twitch, Google, or Google Translate. It is an unofficial enhancement for Twitch Web designed to provide additional functionality and convenience.

Thank you for choosing our plugin to enable a new multilingual communication experience!                    

Podstawowe informacje o rozszerzeniu

Nazwa Automatic twitch translator Automatic twitch translator
ID glikbmhlfgmnajdafpkhpeaccgjeimbc
Oficjalny URL https://chromewebstore.google.com/detail/automatic-twitch-translat/glikbmhlfgmnajdafpkhpeaccgjeimbc
Opis An automatic Twitch message translation tool that supports over 100 languages (unofficial)
Rozmiar pliku 1.3 MB
Liczba instalacji 569
Aktualna Wersja 2.1.2
Ostatnia Aktualizacja 2024-02-21
Data Publikacji 2023-11-08
Ocena 3.40/5 Łącznie 5 Oceny
Deweloper ultracodinghq
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://twitchtranslator.ultra-coding.com/
Adres URL Strony Polityki Prywatności https://docs.google.com/document/d/e/2PACX-1vQ7JV_LbnEsJUUKWTFipA4LG17W1MD5P3rF0c8GNMSHsbzD30cqwjQpE49JWDICZ7x4O6GLz71u0_av/pub
Obsługiwane Języki 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.1.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:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "Index.c8162d56.js"
            ],
            "css": []
        }
    ],
    "oauth2": {
        "client_id": "39486643516-gkr6jiqnkr7poaha849hh1diqsnjca4o.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh0zUNu\/DPgXUvYAhzbMvTtu9ybOeD4tvaIgBpq1CfFGo2rIK+GxDiDZtzouBMclYJpK5W4gmFtQ0Wu51Iju0JDBXJGWxfkJ5d3AYymdIAFWCrXon9U6cU1Cp2qk6vdG2V5KPMIFHg+VFu9+iogZ4r3J+LQF+BuoqGpC3XZKuz\/hQ2lrHmO2MVr2Q+woJbzFfFOimGGMljgsp4roQPdUybkZAr6FELzjwOgKIkvRIKJiPQBJE6o7XNlZ+tlR+AhypTT+z2Mb7G0bUdf8vKOkXeq16d+nfDa7teT2N3u+2MRufa2rxTXrOsmRcr9rdmQ2BWl5NPPoeDrlFA4a2DEwoywIDAQAB",
    "default_locale": "en",
    "host_permissions": [
        "*:\/\/*.ultra-coding.com\/*",
        "*:\/\/translate.google.com\/*"
    ]
}