Skip to content

fiahfy/youtube-live-chat-speaker

Repository files navigation

Chat Speaker for YouTube Live

badge

Chrome Extension for Speaking Messages on YouTube Live Chat.

Features

  • Speak messages on chat.

Screenshots

screenshot screenshot

Installation

  1. Download archive.zip from releases page and unzip this file.
  2. Open the Extension Management page by navigating to chrome://extensions.
  3. Enable Developer Mode by clicking the toggle switch next to Developer mode.
  4. Click the LOAD UNPACKED button and select the unpacked directory named app.

Development

# install dependencies
yarn

# watch files changed and reload extension
yarn dev