Twitch Chat TTS
TwitchTTS enable Text-To-Speech in any chat!
Twitch Chat TTSとは何ですか?
Twitch Chat TTSはhttps://twitch-chat.comによって開発されたChromeの拡張機能で、その主な機能は「TwitchTTS enable Text-To-Speech in any chat!」です。
拡張機能のスクリーンショット
Twitch Chat TTS拡張機能のCRXファイルをダウンロード
Twitch Chat TTS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Text-To-Speech in any chat! No donations required :) 拡張機能の基本情報
| 名前 | |
| ID | dieheoilmaghphpbpmlcbhecopohpbel |
| 公式URL | https://chromewebstore.google.com/detail/twitch-chat-tts/dieheoilmaghphpbpmlcbhecopohpbel |
| 説明 | TwitchTTS enable Text-To-Speech in any chat! |
| ファイルサイズ | 33.13 KB |
| インストール数 | 138 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2020-11-21 |
| 公開日 | 2020-11-12 |
| 評価 | 2.00/5 合計 4 レビュー |
| 開発者 | https://twitch-chat.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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
} | |