Twitch Chat TTS
TwitchTTS enable Text-To-Speech in any chat!
Twitch Chat TTSคืออะไร?
Twitch Chat TTS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://twitch-chat.com และคุณลักษณะหลักของมันคือ "TwitchTTS enable Text-To-Speech in any chat!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Chat TTS
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| อีเมล | [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
} | |