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 |
| 官方網址 | 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"
} | |