Chat To Speech

Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!

What is Chat To Speech?

Chat To Speech is a Chrome extension developed by KatDawg7, and its main feature is "Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!".

Extension Screenshots

screenshot

Download Chat To Speech Extension CRX File

Download Chat To Speech extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        If I actually cared, this is where I would write a detailed description. xD

Bush did 9/11                    

Extension Basic Information

Name Chat To Speech Chat To Speech
ID dlbjnaaaglcanpjnhbpckkgbgfiepkdk
Official URL https://chromewebstore.google.com/detail/chat-to-speech/dlbjnaaaglcanpjnhbpckkgbgfiepkdk
Description Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!
File Size 235 KB
Installation Count 122
Current Version 0.1.0
Last Updated 2016-09-28
Publish Date 2016-09-27
Rating 5.00/5 Total 1 Ratings
Developer KatDawg7
Email [email protected]
Payment Type free
Extension Website https://github.com/KatDawg7/ChatToSpeech
Help Page URL https://github.com/KatDawg7/ChatToSpeech/issues/1
Supported Languages 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"
    ]
}