Chat To Speech

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

Chat To Speechとは何ですか?

Chat To SpeechはKatDawg7によって開発されたChromeの拡張機能で、その主な機能は「Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!」です。

拡張機能のスクリーンショット

screenshot

Chat To Speech拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}