Twitch Chat Translation
Twitch Chat Translation
Twitch Chat Translationとは何ですか?
Twitch Chat Translationはenescakircali3によって開発されたChromeの拡張機能で、その主な機能は「Twitch Chat Translation」です。
拡張機能のスクリーンショット
Twitch Chat Translation拡張機能のCRXファイルをダウンロード
Twitch Chat Translation拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Translates what is written in the chat on the twitch site to another language 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
} | |