Chat To Speech

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

Wat is Chat To Speech?

Chat To Speech is een Chrome-extensie ontwikkeld door KatDawg7, en de belangrijkste functie is "Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Chat To Speech

Download Chat To Speech-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Bush did 9/11                    

Basisinformatie over de Extensie

Naam Chat To Speech Chat To Speech
ID dlbjnaaaglcanpjnhbpckkgbgfiepkdk
Officiële URL https://chromewebstore.google.com/detail/chat-to-speech/dlbjnaaaglcanpjnhbpckkgbgfiepkdk
Beschrijving Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!
Bestandsgrootte 235 KB
Aantal Installaties 122
Huidige Versie 0.1.0
Laatst Bijgewerkt 2016-09-28
Publicatiedatum 2016-09-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar KatDawg7
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/KatDawg7/ChatToSpeech
Help Pagina-URL https://github.com/KatDawg7/ChatToSpeech/issues/1
Ondersteunde Talen 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"
    ]
}