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
扩展基本信息
名称 | Chat To Speech |
ID | dlbjnaaaglcanpjnhbpckkgbgfiepkdk |
官方URL | 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" ] } |