This is a extension for common web browsers coded using the WebExtensions API.
This extension adds a filter for streaming providers (e.g., Netflix, Amazon Prime Video) to Letterboxd, to make it possible for you to see, which movies are included in your streaming flat rate.
The extension uses the TMDb API to access the streaming information that is provided by JustWatch.
The extension can be added into Chrome, Firefox and Opera.
Letterboxd Streaming Providers at the Chrome Web Store
NOTE: The Firefox version is currently broken. The Chrome version is running fine but it is based on Manifest v3. Maybe someone can port the Chrome version back to Manifest v2. If you are interested in doing this, contact me.
Letterboxd Streaming Providers at AMO
All countries supported by JustWatch are also supported by this extension.
At the time of writing, these are:
Andorra, United Arab Emirates, Antigua and Barbuda, Albania, Angola, Argentina, Austria, Australia, Azerbaijan, Bosnia and Herzegovina, Barbados, Belgium, Burkina Faso, Bulgaria, Bahrain, Bermuda, Bolivia, Brazil, Bahamas, Belarus, Belize, Canada, Congo, Switzerland, Cote D'Ivoire, Chile, Cameroon, Colombia, Costa Rica, Cuba, Cape Verde, Cyprus, Czech Republic, Germany, Denmark, Dominican Republic, Algeria, Ecuador, Estonia, Egypt, Spain, Finland, Fiji, France, United Kingdom, French Guiana, Ghana, Gibraltar, Guadaloupe, Equatorial Guinea, Greece, Guatemala, Guyana, Hong Kong, Honduras, Croatia, Hungary, Indonesia, Ireland, Israel, India, Iraq, Iceland, Italy, Jamaica, Jordan, Japan, Kenya, South Korea, Kuwait, Lebanon, St. Lucia, Liechtenstein, Lithuania, Luxembourg, Latvia, Libyan Arab Jamahiriya, Morocco, Monaco, Moldova, Montenegro, Madagascar, Macedonia, Mali, Malta, Mauritius, Malawi, Mexico, Malaysia, Mozambique, Niger, Nigeria, Nicaragua, Netherlands, Norway, New Zealand, Oman, Panama, Peru, French Polynesia, Papua New Guinea, Philippines, Pakistan, Poland, Palestinian Territory, Portugal, Paraguay, Qatar, Romania, Serbia, Russia, Saudi Arabia, Seychelles, Sweden, Singapore, Slovenia, Slovakia, San Marino, Senegal, El Salvador, Turks and Caicos Islands, Chad, Thailand, Tunisia, Turkey, Trinidad and Tobago, Taiwan, Tanzania, Ukraine, Uganda, United States of America, Uruguay, Holy See, Venezuela, Kosovo, Yemen, South Africa, Zambia, Zimbabwe
This is a third party extension and is not related to the Letterboxd developer team in any way. This product uses the TMDb API but is not endorsed or certified by TMDb. The extension also uses information provided by JustWatch but is not endorsed or certified by JustWatch.
npm install
- Installs all dependencies.npm run build
- Builds the Firefox (.xpi) and the Chrome/Opera (.zip) builds.
For the extension to work, you need to edit ./settings/api.json
and insert your TMDB API key. If you don't have one, you can request one here.
- Run
npm install
once at the beginning of your development. - Load the extension in your browser.
In Chrome:
- go to
chrome://extensions
- activate developer mode
- then
- click
load unpacked extension
- load the
/extension
folder
- click
- or
- drag & drop the Chrome build file from
/builds
into the tab.
- drag & drop the Chrome build file from
In Firefox:
- go to
about:debugging
- then
- load
extension/manifest.json
- load
- or
- load the Firefox build file from
/builds
.
- load the Firefox build file from
If you like my work, you can support me via PayPal. Thank you!
Thanks to everyone using, supporting and contributing to the extension. Philipp Emmer is especially mentioned for the idea behind this extension.
Made with contributors-img.