Chrome Extension for Viewing Time on YouTube Live.
- Display video publishing time.
- Display time on seek bar and chat.
- Download
extension.zip
from releases page and unzip this file. - 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
dist
.
# install dependencies
yarn
# watch files changed and reload extension
yarn dev