Twitch Chat Translation
Translate Twitch Chat to the specified language using DeepL Translate or Google Translate.
Twitch Chat Translationとは何ですか?
Twitch Chat TranslationはSei Watsonによって開発されたChromeの拡張機能で、その主な機能は「Translate Twitch Chat to the specified language using DeepL Translate or Google Translate.」です。
拡張機能のスクリーンショット
Twitch Chat Translation拡張機能のCRXファイルをダウンロード
Twitch Chat Translation拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use DeepL Translate or Google Translate to translate your Twitch chat into the specified language. This extension has the ability to always keep only the chats translated to the specified language instead of the traditional page reload translation method. By subscribing to the paid plans of DeepL Translate and Google Translate, you will be able to access higher APIs than the free plan, which will further improve the performance of this extension. Break language barriers with this extension!
拡張機能の基本情報
名前 | Twitch Chat Translation |
ID | fhpfpbkkgoancfjpagdbpolpdianmnhm |
公式URL | https://chromewebstore.google.com/detail/twitch-chat-translation/fhpfpbkkgoancfjpagdbpolpdianmnhm |
説明 | Translate Twitch Chat to the specified language using DeepL Translate or Google Translate. |
ファイルサイズ | 19.46 KB |
インストール数 | 1,400 |
現在のバージョン | 1.0 |
最終更新日 | 2022-11-16 |
公開日 | 2022-11-15 |
評価 | 1.22/5 合計 9 レビュー |
開発者 | Sei Watson |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitch Chat Translation", "description": "Translate Twitch Chat to the specified language using DeepL Translate or Google Translate. ", "version": "1.0", "icons": { "48": "images\/icon-48.png" }, "background": { "service_worker": "scripts\/background.js", "persisten": false }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/www.twitch.tv\/*" ], "exclude_matches": [], "js": [ "scripts\/content-script.js" ] } ], "action": { "default_icon": { "48": "images\/icon-48.png" } }, "permissions": [ "activeTab", "scripting", "storage" ], "host_permissions": [ "https:\/\/api-free.deepl.com\/*" ], "options_ui": { "page": "config.html", "open_in_tab": false } } |