Letterboxd Enhanced
User average ratings, quicklinks, hide average scores on film pages, and more. *NEW: ADDED RANDOM WATCHLIST BUTTON*
What is Letterboxd Enhanced?
Letterboxd Enhanced is a Chrome extension developed by Hunter Ruth, and its main feature is "User average ratings, quicklinks, hide average scores on film pages, and more. *NEW: ADDED RANDOM WATCHLIST BUTTON*".
Extension Screenshots
Download Letterboxd Enhanced Extension CRX File
Download Letterboxd Enhanced 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
Extension Basic Information
Name | Letterboxd Enhanced |
ID | jbfocblhjmlekemmngloodkpeocfkabc |
Official URL | https://chromewebstore.google.com/detail/letterboxd-enhanced/jbfocblhjmlekemmngloodkpeocfkabc |
Description | User average ratings, quicklinks, hide average scores on film pages, and more. *NEW: ADDED RANDOM WATCHLIST BUTTON* |
File Size | 43.15 KB |
Installation Count | 1,000 |
Current Version | 3.12 |
Last Updated | 2017-02-16 |
Publish Date | 2017-02-16 |
Rating | 4.20/5 Total 10 Ratings |
Developer | Hunter Ruth |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Letterboxd Enhanced", "description": "User average ratings, quicklinks, hide average scores on film pages, and more. *NEW: ADDED RANDOM WATCHLIST BUTTON*", "version": "3.12", "permissions": [ "https:\/\/letterboxd.com\/*", "storage" ], "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_title": "Letterboxd Avg Score", "default_popup": "options.html" }, "content_scripts": [ { "matches": [ "https:\/\/letterboxd.com\/*" ], "js": [ "lib\/jquery-2.1.4.min.js", "content.js" ], "css": [ "content.css" ], "run_at": "document_end" } ], "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |