Betterboxd

Letterboxd.com Enhanced

Was ist Betterboxd?

Betterboxd ist eine Chrome-Erweiterung, die von dcweinstein07 entwickelt wurde, und ihr Hauptmerkmal ist "Letterboxd.com Enhanced".

Erweiterungsscreenshots

screenshot

Betterboxd-Erweiterungs-CRX-Datei herunterladen

Laden Sie Betterboxd-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Betterboxd Betterboxd
ID lipmfdcnhhdmfnbbmijakfcjnokdhoap
Offizielle URL https://chrome.google.com/webstore/detail/betterboxd/lipmfdcnhhdmfnbbmijakfcjnokdhoap
Beschreibung Letterboxd.com Enhanced
Dateigröße 1.35 MB
Installationsanzahl 131
Aktuelle Version 1.1
Letztes Update 2016-12-19
Veröffentlichungsdatum 2016-12-19
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler dcweinstein07
Zahlungsart free
Unterstützte Sprachen 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
}