https://github.com/kwintenvdb/streamcritic
Chrome extension that adds IMDb ratings to Netflix
https://github.com/kwintenvdb/streamcritic
Last synced: 3 months ago
JSON representation
Chrome extension that adds IMDb ratings to Netflix
- Host: GitHub
- URL: https://github.com/kwintenvdb/streamcritic
- Owner: Kwintenvdb
- Created: 2019-09-01T20:15:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T20:35:59.000Z (over 2 years ago)
- Last Synced: 2025-01-23T01:13:50.228Z (5 months ago)
- Language: TypeScript
- Size: 491 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StreamCritic
Chrome extension that adds IMDb ratings to Netflix.To be extended later to support more streaming services.
## How to build
**Note:** requires an API key from [OMDb API](http://www.omdbapi.com/). Get a personal API key and place it in a JSON file under the `lib` folder. The file needs a single property named `key`.
Install Typescript and Webpack:
`npm i --g typescript webpack webpack-cli`
Run the build script:
`npm run build`
The build script will produce a single bundjed JS file and `manifest.json` which can be loaded as a Chrome extension.
Load as an unpacked extension in Chrome during development.
## How to use
Once the extension has been added to Chrome, simply hover over any media preview on Netflix. The IMDb rating for movie or television show will be displayed under its title.

## Credits
Credit to Brian Fritz for creating [OMDb API](http://www.omdbapi.com/).