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
- Download the latest version
- Unzip the extension
- Load extension to chrome/edge browser
- Clone this repository
git clone https://github.com/ylfyt/youtube-clipper.git
- Install all dependencies
npm install
- Build the extension
npm run build
- Load extension to chrome/edge browser
- 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 selectdist
or extension directory.