Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tennisonchan/youtube-preview

An extension for previewing YouTube video on its thumbnail when hovering.
https://github.com/tennisonchan/youtube-preview

chrome-extension rating rewind youtube youtube-preview-demo

Last synced: 7 days ago
JSON representation

An extension for previewing YouTube video on its thumbnail when hovering.

Awesome Lists containing this project

README

        

# 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](https://chrome.google.com/webstore/detail/youtube-preview/gbkgikkleehfibaknfmdphhhacjfkdap?utm_source=github)

## 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](https://raw.githubusercontent.com/tennisonchan/youtube-preview/78ed272/assets/rainbow-cat-demo.gif)](https://chrome.google.com/webstore/detail/youtube-preview/gbkgikkleehfibaknfmdphhhacjfkdap?utm_source=github&utm_campaign=demo)

### Rating (like / dislike) Bar
Look at the rating bar beforehand so you don't have to waste your time.

[![YouTube Preview Demo](https://raw.githubusercontent.com/tennisonchan/youtube-preview/78ed272/assets/funny-cat-rating-bar.png)](https://chrome.google.com/webstore/detail/youtube-preview/gbkgikkleehfibaknfmdphhhacjfkdap?utm_source=github&utm_campaign=demo)

### Rewind 10-sec
Rewind 10-second in one click

[![YouTube Preview Demo](https://raw.githubusercontent.com/tennisonchan/youtube-preview/78ed272/assets/obama-10-sec-rewind-button.png)](https://chrome.google.com/webstore/detail/youtube-preview/gbkgikkleehfibaknfmdphhhacjfkdap?utm_source=github&utm_campaign=demo)

### Setup
```sh
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
```