Chat To Speech
Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!
Hvad er Chat To Speech?
Chat To Speech er en Chrome-udvidelse udviklet af KatDawg7, og dens hovedfunktion er "Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!".
Udvidelsesskærmbilleder
Download Chat To Speech-udvidelses-CRX-fil
Download Chat To Speech-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
If I actually cared, this is where I would write a detailed description. xD Bush did 9/11
Grundlæggende oplysninger om udvidelsen
Navn | Chat To Speech |
ID | dlbjnaaaglcanpjnhbpckkgbgfiepkdk |
Officiel URL | https://chromewebstore.google.com/detail/chat-to-speech/dlbjnaaaglcanpjnhbpckkgbgfiepkdk |
Beskrivelse | Reads Twitch chat using text-to-speech, so streamers can focus on gameplay! |
Filstørrelse | 235 KB |
Antal Installationer | 122 |
Nuværende Version | 0.1.0 |
Senest Opdateret | 2016-09-28 |
Udgivelsesdato | 2016-09-27 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | KatDawg7 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/KatDawg7/ChatToSpeech |
Hjælpeside-URL | https://github.com/KatDawg7/ChatToSpeech/issues/1 |
Understøttede Sprog | 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" ] } |