Chat To Speech
Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!
什麼是Chat To Speech?
Chat To Speech是由KatDawg7開發的Chrome擴展程式,該擴展的主要功能是“Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!”。
擴展截圖
下載Chat To Speech擴展crx文件
下載Chat To Speech擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If I actually cared, this is where I would write a detailed description. xD
Bush did 9/11 擴展基本資訊
| 名稱 | |
| ID | dlbjnaaaglcanpjnhbpckkgbgfiepkdk |
| 官方網址 | https://chromewebstore.google.com/detail/chat-to-speech/dlbjnaaaglcanpjnhbpckkgbgfiepkdk |
| 簡介 | Reads Twitch chat using text-to-speech, so streamers can focus on gameplay! |
| 檔案大小 | 235 KB |
| 安裝次數 | 122 |
| 目前版本 | 0.1.0 |
| 更新時間 | 2016-09-28 |
| 上架時間 | 2016-09-27 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | KatDawg7 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/KatDawg7/ChatToSpeech |
| 說明頁面URL | https://github.com/KatDawg7/ChatToSpeech/issues/1 |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Chat To Speech",
"short_name": "CTS",
"description": "Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!",
"version": "0.1.0",
"manifest_version": 2,
"browser_action": {
"default_icon": "icons\/icon128.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
"scripts\/chatToSpeech.js"
],
"matches": [
"*:\/\/*.twitch.tv\/*"
]
}
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"storage",
"*:\/\/*.twitch.tv\/*\/chat"
]
} | |