Letterboxd Rotten Tomatoes Addon
Adds Rotten Tomatoes features to Letterboxd.com
What is Letterboxd Rotten Tomatoes Addon?
Letterboxd Rotten Tomatoes Addon is a Chrome extension developed by WilliamWelsh, and its main feature is "Adds Rotten Tomatoes features to Letterboxd.com".
Extension Screenshots
Download Letterboxd Rotten Tomatoes Addon Extension CRX File
Download Letterboxd Rotten Tomatoes Addon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension will offer a button on Letterboxd film pages that directs you to the Rotten Tomatoes equivalent. It also shows the score, and icon, under the title on film pages.
Extension Basic Information
Name | Letterboxd Rotten Tomatoes Addon |
ID | gbagfhlcandjadfocmenciejcgncjmfd |
Official URL | https://chromewebstore.google.com/detail/letterboxd-rotten-tomatoe/gbagfhlcandjadfocmenciejcgncjmfd |
Description | Adds Rotten Tomatoes features to Letterboxd.com |
File Size | 22.73 KB |
Installation Count | 283 |
Current Version | 1.9 |
Last Updated | 2019-01-22 |
Publish Date | 2019-01-21 |
Rating | 3.60/5 Total 10 Ratings |
Developer | WilliamWelsh |
Payment Type | free |
Extension Website | https://github.com/WilliamWelsh/Letterboxd-Rotten-Tomatoes-Addon |
Help Page URL | https://github.com/WilliamWelsh/Letterboxd-Rotten-Tomatoes-Addon |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Letterboxd Rotten Tomatoes Addon", "version": "1.9", "description": "Adds Rotten Tomatoes features to Letterboxd.com", "permissions": [ "https:\/\/www.omdbapi.com\/*", "https:\/\/www.rottentomatoes.com\/m\/*" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/letterboxd.com\/film\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |