A web browser extension which displays FilmWeb ratings on HBO Go and Netflix.
Download the extension from Chrome Web Store or Firefox Add-Ons website or build it manually and add to your browser.
npm install
npm run build
Use npm to install dependencies and build project locally.
npm install
npm run build
Use load unpacked extension option available in chrome://extensions tab. Rebuild and refresh extension after code changes.
Run npm start
to test extension locally with web-ext
.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.