Twitch Chat TTS
TwitchTTS enable Text-To-Speech in any chat!
Qu'est-ce que Twitch Chat TTS ?
Twitch Chat TTS est une extension Chrome développée par https://twitch-chat.com, et sa fonction principale est "TwitchTTS enable Text-To-Speech in any chat!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Chat TTS
Téléchargez les fichiers d'extension Twitch Chat TTS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Text-To-Speech in any chat! No donations required :)
Informations de Base sur l'Extension
Nom | Twitch Chat TTS |
ID | dieheoilmaghphpbpmlcbhecopohpbel |
URL Officiel | https://chromewebstore.google.com/detail/twitch-chat-tts/dieheoilmaghphpbpmlcbhecopohpbel |
Description | TwitchTTS enable Text-To-Speech in any chat! |
Taille du Fichier | 33.13 KB |
Nombre d'Installations | 138 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2020-11-21 |
Date de Publication | 2020-11-12 |
Évaluation | 2.00/5 Total 4 Évaluations |
Développeur | https://twitch-chat.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |