Chat To Speech

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

Qu'est-ce que Chat To Speech ?

Chat To Speech est une extension Chrome développée par KatDawg7, et sa fonction principale est "Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chat To Speech

Téléchargez les fichiers d'extension Chat To Speech au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Bush did 9/11                    

Informations de Base sur l'Extension

Nom Chat To Speech Chat To Speech
ID dlbjnaaaglcanpjnhbpckkgbgfiepkdk
URL Officiel https://chromewebstore.google.com/detail/chat-to-speech/dlbjnaaaglcanpjnhbpckkgbgfiepkdk
Description Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!
Taille du Fichier 235 KB
Nombre d'Installations 122
Version Actuelle 0.1.0
Dernière Mise à Jour 2016-09-28
Date de Publication 2016-09-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur KatDawg7
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/KatDawg7/ChatToSpeech
URL de la Page d'Aide https://github.com/KatDawg7/ChatToSpeech/issues/1
Langues Prises en Charge 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"
    ]
}