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 |
| 电子邮箱 | [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"
} | |