Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.8 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.8 KB

YouTube Previewer

Youtube just got easier. Fast-forward through videos all before you have to watch the complete video. Jump to your favorite parts in a preview motion. Not to mention you can even rewind in 10-second in one click!

Download from Chrome Store

Features

Preview Like a Gif

Speed through Youtube Videos. Jump to your favorite part, even fast-forward to your favorite part, all before you have to watch the whole video.

YouTube Preview Demo

Rating (like / dislike) Bar

Look at the rating bar beforehand so you don't have to waste your time.

YouTube Preview Demo

Rewind 10-sec

Rewind 10-second in one click

YouTube Preview Demo

Setup

npm run pre-install
# Place your YouTube API key inside the env.js file
# cp app/scripts.babel/env-example.js app/scripts.babel/env.js
# npm install && bower install

# Re-compile the sources code automatically and Livereload(chromereload.js) reloads the extension
npm start

# Make a production version extension
npm run package