Chrome and Firefox extension to add IMDb trivia to a Letterboxd movie page.
Firefox Addon
Chrome Extension
src/shared contains the main code. src/chrome and src/firefox have browser-specific files that overwrite the ones in shared at the build step.
To build both versions, run the ./build.sh Bash script in the main folder. dist/chrome/src then contains the extension for that browser, lb-imdb.zip is that folder zipped for distribution in the Web- and Add-on stores.
Run ./watch.sh with installed fswatch to build whenever something in src/ changes.
To test the extension in chrome, enable developer mode and load the dist/chrome/src folder.
In Firefox, load the temporary Add-on in about:debugging.
- 1netanel for hidden spoilers suggestion and demo.
