YouTube Preview

A chrome extension shows likes and dislikes rating bar on all video thumbnail and previewing YouTube video like a gif, helping you decide if it is worth watching. Download from Chrome Store

Screenshots

YouTube Preview Demo

youtube-preview-screenshots-1-640x400

Setup

Run the commands below and then place your YouTube API key inside that file:

cp youtube-preview-extension/js/env-example.js youtube-preview-extension/js/env.js
npm install

To generate a minified version of the extension:

grunt

To generate a zip file of the minified extension:

grunt pack

Coming Soon