Chat To Speech
Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!
Co to jest Chat To Speech?
Chat To Speech to rozszerzenie Chrome opracowane przez KatDawg7, a jego główną funkcją jest „Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chat To Speech
Pobierz pliki rozszerzeń Chat To Speech w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
If I actually cared, this is where I would write a detailed description. xD Bush did 9/11
Podstawowe informacje o rozszerzeniu
Nazwa | Chat To Speech |
ID | dlbjnaaaglcanpjnhbpckkgbgfiepkdk |
Oficjalny URL | https://chromewebstore.google.com/detail/chat-to-speech/dlbjnaaaglcanpjnhbpckkgbgfiepkdk |
Opis | Reads Twitch chat using text-to-speech, so streamers can focus on gameplay! |
Rozmiar pliku | 235 KB |
Liczba instalacji | 122 |
Aktualna Wersja | 0.1.0 |
Ostatnia Aktualizacja | 2016-09-28 |
Data Publikacji | 2016-09-27 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | KatDawg7 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/KatDawg7/ChatToSpeech |
Adres URL Strony Pomocy | https://github.com/KatDawg7/ChatToSpeech/issues/1 |
Obsługiwane Języki | 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" ] } |