Twitch Chat TTS
TwitchTTS enable Text-To-Speech in any chat!
What is Twitch Chat TTS?
Twitch Chat TTS is a Chrome extension developed by https://twitch-chat.com, and its main feature is "TwitchTTS enable Text-To-Speech in any chat!".
Extension Screenshots
Download Twitch Chat TTS Extension CRX File
Download Twitch Chat TTS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Text-To-Speech in any chat! No donations required :)
Extension Basic Information
Name | Twitch Chat TTS |
ID | dieheoilmaghphpbpmlcbhecopohpbel |
Official URL | https://chromewebstore.google.com/detail/twitch-chat-tts/dieheoilmaghphpbpmlcbhecopohpbel |
Description | TwitchTTS enable Text-To-Speech in any chat! |
File Size | 33.13 KB |
Installation Count | 138 |
Current Version | 1.2 |
Last Updated | 2020-11-21 |
Publish Date | 2020-11-12 |
Rating | 2.00/5 Total 4 Ratings |
Developer | https://twitch-chat.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |