Twitch Chat TTS
TwitchTTS enable Text-To-Speech in any chat!
O que é Twitch Chat TTS?
Twitch Chat TTS é uma extensão do Chrome desenvolvida por https://twitch-chat.com, e sua principal característica é "TwitchTTS enable Text-To-Speech in any chat!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitch Chat TTS
Baixe arquivos de extensão Twitch Chat TTS no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Text-To-Speech in any chat! No donations required :)
Informações Básicas da Extensão
Nome | Twitch Chat TTS |
ID | dieheoilmaghphpbpmlcbhecopohpbel |
URL Oficial | https://chromewebstore.google.com/detail/twitch-chat-tts/dieheoilmaghphpbpmlcbhecopohpbel |
Descrição | TwitchTTS enable Text-To-Speech in any chat! |
Tamanho do Arquivo | 33.13 KB |
Contagem de Instalações | 138 |
Versão Atual | 1.2 |
Última Atualização | 2020-11-21 |
Data de Publicação | 2020-11-12 |
Classificação | 2.00/5 Total de 4 Avaliações |
Desenvolvedor | https://twitch-chat.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Chat TTS", "version": "1.2", "description": "TwitchTTS enable Text-To-Speech in any chat!", "permissions": [ "declarativeContent", "storage", "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "*.png", "*.PNG" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content-load.js" ] } ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/TwitchTTS16.png", "32": "images\/TwitchTTS32.png", "48": "images\/TwitchTTS48.png", "128": "images\/TwitchTTS128.png" } }, "icons": { "16": "images\/TwitchTTS16.png", "32": "images\/TwitchTTS32.png", "48": "images\/TwitchTTS48.png", "128": "images\/TwitchTTS128.png" }, "manifest_version": 2 } |