Chrome Extension for Flow Chat Messages on YouTube Live.
Important
This is a fork of the original extension by fiahfy.
- Removed option to have bottom chat controls. Reason: YouTube's code became incompatible with how the bottom chat input was being moved.
- Live chat input has been moved on top of the live chat (right below the video). It isn't visible in fullscreen unless you scroll down.
- Tab visibility awareness. Better performance when leaving/entering the tab.
- Removed filtering due to performance concerns with original implementation.
- Testing an FPS limiting / throttling option. I don't recommend using it due to very minor performance gains.
- Download a release from the released page in this repo, and unzip the "app" folder somewhere.
- Open the Extension Management page by navigating to
chrome://extensions
. - Enable Developer Mode by clicking the toggle switch next to Developer mode.
- Click the LOAD UNPACKED button and select the unpacked directory named
app
.
# install dependencies
yarn
# watch files changed and reload extension
yarn dev