Homeworks!
Assignment!
Projects!
We all got to take a break. Have you ever been tired and wished to NETFLIX & CHILL.
Did you go and waste your time choosing what to watch till your food went cold?
This new extension aims to provide quality and essential information about the video contents to the users that will help them get the best streaming experience.
Alot of users look out for details like ratings, people's reviews, critic's reviews and cast information before deciding to watch a movie or series.
'BINGE' - is a Google Chrome Extension which provides information about ratings, reviews, trivia, cast details etc on the home and watch screen of video streaming platforms. This saves a lot of time and effort for the users and acts as a one stop place to get quick access to required information about the content.
- Serve more video platforms
- Recommendations
- Search what to watch and where (wait F.R.I.E.N.D.S is not on Netflix, come on HBO)
- Trivia
A guide to direct user on how to install the repository is a step towards making a descriptive project. Here is our guide on how to install this project on your local environment.
This project is developed using Vanilla JS. No other packages and libraries are required. There are a few steps to setup the chrome extension on the browser to run it locally.
- Clone the repository using
git clone https://github.com/NCSU-Group7-SE2021/Binge.git - Type
chrome://extensionsin a tab to bring up the extensions page. - Once on this page, check
Developer modeto enable loading unpacked extensions. This will allow you to load your extension from a folder. - Finally, click
Load unpacked extensionor simply drag the “BINGE” folder onto the page to load up the extension. - You should immediately see the extension show up as a Browser Action with your icon in the toolbar window of the current tab.
- To test out the extension, navigate to https://www.netflix.com/browse.
- Then, go ahead and click the icon for our BINGE extension.
- Hover over the movie tiles on the screen and you should see the ratings right away.
- Click on the expand section to see the ratings and trivia information.
- Hover on the watch screen to get detailed description about the cast.
The repository is structured as Client and Server directories separately. The CLIENT directory contains all the files necessary to create and modify the UI aspects of the application. The files in the SERVER directory contains some backend logics that parses and fetches the data for every movie / show title referred from the client.
All Chrome extensions require a MANIFEST file. The Manifest file tells Chrome everything it needs to know to properly load up the extension in Chrome.
Each repository should get a license. To understand more about licensing, please refer this
This repository is Apache 2.0 licensed.




