Skip to content

fiahfy/youtube-live-time-viewer

Repository files navigation

Time Viewer for YouTube Live

Create Release

Chrome Extension for Viewing Time on YouTube Live.

Features

  • Display video publishing time.
  • Display time on seek bar and chat.

Screenshots

screenshot screenshot

Installation

  1. Download extension.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 dist.

Development

# install dependencies
yarn

# watch files changed and reload extension
yarn dev