Betterboxd

Letterboxd.com Enhanced

What is Betterboxd?

Betterboxd is a Chrome extension developed by dcweinstein07, and its main feature is "Letterboxd.com Enhanced".

Extension Screenshots

screenshot

Download Betterboxd Extension CRX File

Download Betterboxd 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

                        Betterboxd is an extension that adds a few features to Letterboxd.com.

Betterboxd allows for highlighting of Movies you have marked as watched and movies in your watch list, so you do not need to scroll over the cover art to see this information. 

You are also able to have film titles appear permanently above film cover art.                    

Extension Basic Information

Name Betterboxd Betterboxd
ID lipmfdcnhhdmfnbbmijakfcjnokdhoap
Official URL https://chrome.google.com/webstore/detail/betterboxd/lipmfdcnhhdmfnbbmijakfcjnokdhoap
Description Letterboxd.com Enhanced
File Size 1.35 MB
Installation Count 131
Current Version 1.1
Last Updated 2016-12-19
Publish Date 2016-12-19
Rating 4.50/5 Total 2 Ratings
Developer dcweinstein07
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Betterboxd",
    "version": "1.1",
    "description": "Letterboxd.com Enhanced",
    "icons": {
        "19": "icon.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Betterboxd",
        "default_popup": "options.html"
    },
    "permissions": [
        "tabs",
        "declarativeContent",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.letterboxd.com\/*",
                "https:\/\/letterboxd.com\/*",
                "http:\/\/letterboxd.com\/*",
                "https:\/\/www.letterboxd.com\/*"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "betterboxd.js"
            ]
        }
    ],
    "manifest_version": 2
}