Simple Firefox extension for netflix that displays the IMDb rating when you hover over a title.
Send a get request to the https://www.omdbapi.com/ api with the title you are hovering over and gets the IMDb rating and displays it. Pretty simple.
Currently, since I am using an 3rd party API it does not work out of the box.
go to https://www.omdbapi.com/apikey.aspx
Create an account to get an API Key, it will be sent to your email.
After install the extension you can:
- Click on the extension
- Paste in the API Key and click save.
OR
- Goto about:addons
- Goto Extensions
- Click Netflix-IMDb
- Click Preferences
- Paste API key here, click save.
Have any problems? Create an issue describing the problem and how to recreate it.