Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.05 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.05 KB

film-ratings

A web browser extension which displays FilmWeb ratings on HBO Go and Netflix.

Installation

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

Development

Use npm to install dependencies and build project locally.

npm install
npm run build

Chrome

Use load unpacked extension option available in chrome://extensions tab. Rebuild and refresh extension after code changes.

Firefox

Run npm start to test extension locally with web-ext.

Contributing

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.

License

MIT