Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.02 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.02 KB

Youtube Add On

A Chrome/Edge extension for creating clips timestamp in Youtube videos

Feature:

  • Mute/Unmute tabs audio
  • Play/Pause Youtube video
  • Prev/Next Youtube video
  • Control Youtube volume
  • Create multi clips/timestamp for youtube video

How To Use

  1. Download the latest version
  2. Unzip the extension
  3. Load extension to chrome/edge browser

How To Build

  1. Clone this repository
git clone https://github.com/ylfyt/youtube-clipper.git
  1. Install all dependencies
npm install
  1. Build the extension
npm run build
  1. Load extension to chrome/edge browser

Load unpacked extensions

  1. Open the Extension Management page by navigating to chrome://extensions.
  2. Enable Developer Mode by clicking the toggle switch next to Developer mode.
  3. Click the LOAD UNPACKED button and select dist or extension directory.

Example