YouTube studio livestreaming chat TTS

This extension reads every message on YouTube live chat when you livestreaming.

YouTube studio livestreaming chat TTSとは何ですか?

YouTube studio livestreaming chat TTSはlowen.i.vによって開発されたChromeの拡張機能で、その主な機能は「This extension reads every message on YouTube live chat when you livestreaming.」です。

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

screenshot

YouTube studio livestreaming chat TTS拡張機能のCRXファイルをダウンロード

YouTube studio livestreaming chat TTS拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        # YouTube studio livestreaming chat TTS
This extension reads every message on YouTube live chat when you livestreaming.

# Features
* CLEAR QUEUE PRESS ESC
* PAUSE USE YOUR MIC  OR PRESS space
* support for removing messages
* possibility to set delay between messages
* reading emojis

# Support
Currently it support Google Chrome.                    

拡張機能の基本情報

名前 YouTube studio livestreaming chat TTS YouTube studio livestreaming chat TTS
ID jalppohegcfklglkihmhdadmjindneij
公式URL https://chromewebstore.google.com/detail/youtube-studio-livestream/jalppohegcfklglkihmhdadmjindneij
説明 This extension reads every message on YouTube live chat when you livestreaming.
ファイルサイズ 49 KB
インストール数 228
現在のバージョン 0.0.0.2
最終更新日 2021-02-16
公開日 2021-02-07
評価 2.00/5 合計 3 レビュー
開発者 lowen.i.v
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "name": "YouTube studio livestreaming chat TTS",
    "description": "This extension reads every message on YouTube live chat when you livestreaming.",
    "version": "0.0.0.2",
    "author": "ileowin",
    "browser_action": {
        "default_popup": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/studio.youtube.com\/video\/*\/livestreaming*"
            ],
            "js": [
                "jquery-3.2.0.min.js",
                "script.js"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "options.html"
    ]
}