YouTube studio livestreaming chat TTS

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

What is YouTube studio livestreaming chat TTS?

YouTube studio livestreaming chat TTS is a Chrome extension developed by lowen.i.v, and its main feature is "This extension reads every message on YouTube live chat when you livestreaming.".

Extension Screenshots

screenshot

Download YouTube studio livestreaming chat TTS Extension CRX File

Download YouTube studio livestreaming chat TTS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        # 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.                    

Extension Basic Information

Name YouTube studio livestreaming chat TTS YouTube studio livestreaming chat TTS
ID jalppohegcfklglkihmhdadmjindneij
Official URL https://chromewebstore.google.com/detail/youtube-studio-livestream/jalppohegcfklglkihmhdadmjindneij
Description This extension reads every message on YouTube live chat when you livestreaming.
File Size 49 KB
Installation Count 228
Current Version 0.0.0.2
Last Updated 2021-02-16
Publish Date 2021-02-07
Rating 2.00/5 Total 3 Ratings
Developer lowen.i.v
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}