Twitch Chat TTS
TwitchTTS enable Text-To-Speech in any chat!
Vad är Twitch Chat TTS?
Twitch Chat TTS är en Chrome-tillägg utvecklad av https://twitch-chat.com, och dess huvudfunktion är "TwitchTTS enable Text-To-Speech in any chat!".
Tilläggsskärmbilder
Ladda ner Twitch Chat TTS-förlängningens CRX-fil
Ladda ner Twitch Chat TTS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Text-To-Speech in any chat! No donations required :)
Grundläggande Information om Tillägg
Namn | Twitch Chat TTS |
ID | dieheoilmaghphpbpmlcbhecopohpbel |
Officiell webbadress | https://chromewebstore.google.com/detail/twitch-chat-tts/dieheoilmaghphpbpmlcbhecopohpbel |
Beskrivning | TwitchTTS enable Text-To-Speech in any chat! |
Filstorlek | 33.13 KB |
Antal Installationer | 138 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2020-11-21 |
Publiceringsdatum | 2020-11-12 |
Betyg | 2.00/5 Totalt 4 Betyg |
Utvecklare | https://twitch-chat.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |