Chat To Speech

Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!

Chat To Speechคืออะไร?

Chat To Speech เป็นส่วนขยายของ Chrome ที่พัฒนาโดย KatDawg7 และคุณลักษณะหลักของมันคือ "Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chat To Speech

ดาวน์โหลดไฟล์ส่วนขยาย Chat To Speech ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        If I actually cared, this is where I would write a detailed description. xD

Bush did 9/11                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chat To Speech Chat To Speech
ID dlbjnaaaglcanpjnhbpckkgbgfiepkdk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chat-to-speech/dlbjnaaaglcanpjnhbpckkgbgfiepkdk
คำอธิบาย Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!
ขนาดไฟล์ 235 KB
จำนวนการติดตั้ง 122
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2016-09-28
วันที่เผยแพร่ 2016-09-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา KatDawg7
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/KatDawg7/ChatToSpeech
URL หน้าช่วยเหลือ https://github.com/KatDawg7/ChatToSpeech/issues/1
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chat To Speech",
    "short_name": "CTS",
    "description": "Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!",
    "version": "0.1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/chatToSpeech.js"
            ],
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "*:\/\/*.twitch.tv\/*\/chat"
    ]
}