Chat To Speech

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

Cos'è Chat To Speech?

Chat To Speech è un'estensione di Chrome sviluppata da KatDawg7, e la sua funzione principale è "Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chat To Speech

Scarica i file di estensione Chat To Speech in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Bush did 9/11                    

Informazioni di Base sull'Estensione

Nome Chat To Speech Chat To Speech
ID dlbjnaaaglcanpjnhbpckkgbgfiepkdk
URL Ufficiale https://chromewebstore.google.com/detail/chat-to-speech/dlbjnaaaglcanpjnhbpckkgbgfiepkdk
Descrizione Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!
Dimensione del File 235 KB
Conteggio Installazioni 122
Versione Corrente 0.1.0
Ultimo Aggiornamento 2016-09-28
Data di Pubblicazione 2016-09-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore KatDawg7
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/KatDawg7/ChatToSpeech
URL della Pagina di Aiuto https://github.com/KatDawg7/ChatToSpeech/issues/1
Lingue Supportate 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"
    ]
}