A browser extension that works on Google Chrome, Mozilla Firefox to fetch OMDB information of show/movie whilst using netflix.
- Clone the repository.
- Get an API key at http://www.omdbapi.com/apikey.aspx
- Copy env.example.js to env.js and add your API Key
- For Chrome, navigate to chrome://extensions.
- For firefox, goto about:debugging.
- Click on load unpacked extension, select directory named 'extension' for Chrome, select manifest.json file for Firefox.
- Navigate to netflix, click on show/ hover over it to get the short preview. Now, click the extension (with Netflix logo, to get the details)
- Make the extension faster by calling the API in background.js so that the result seems instantaneous.