Letterboxd Metacritic Addon
Adds Metacritic features to Letterboxd.com
What is Letterboxd Metacritic Addon?
Letterboxd Metacritic Addon is a Chrome extension developed by WilliamWelsh, and its main feature is "Adds Metacritic features to Letterboxd.com".
Extension Screenshots
Download Letterboxd Metacritic Addon Extension CRX File
Download Letterboxd Metacritic 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 will add a Metacritic score under film titles, and a link to the film's Metacritic page on Letterboxd.
Extension Basic Information
Name | Letterboxd Metacritic Addon |
ID | gkfbajagaabdkcihefomfmgjkdgkgdck |
Official URL | https://chromewebstore.google.com/detail/letterboxd-metacritic-add/gkfbajagaabdkcihefomfmgjkdgkgdck |
Description | Adds Metacritic features to Letterboxd.com |
File Size | 25.7 KB |
Installation Count | 220 |
Current Version | 1.1 |
Last Updated | 2019-01-15 |
Publish Date | 2019-01-15 |
Rating | 4.17/5 Total 6 Ratings |
Developer | WilliamWelsh |
Payment Type | free |
Extension Website | https://github.com/WilliamWelsh |
Help Page URL | https://github.com/WilliamWelsh |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Letterboxd Metacritic Addon", "version": "1.1", "description": "Adds Metacritic features to Letterboxd.com", "permissions": [ "https:\/\/www.omdbapi.com\/*", "https:\/\/www.imdb.com\/title\/tt0446029\/*" ], "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" } ] } |