Betterboxd
Letterboxd.com Enhanced
Wat is Betterboxd?
Betterboxd is een Chrome-extensie ontwikkeld door dcweinstein07, en de belangrijkste functie is "Letterboxd.com Enhanced".
Extensie Screenshots
Download het CRX-bestand van de extensie Betterboxd
Download Betterboxd-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | lipmfdcnhhdmfnbbmijakfcjnokdhoap |
Officiële URL | https://chrome.google.com/webstore/detail/betterboxd/lipmfdcnhhdmfnbbmijakfcjnokdhoap |
Beschrijving | Letterboxd.com Enhanced |
Bestandsgrootte | 1.35 MB |
Aantal Installaties | 131 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-12-19 |
Publicatiedatum | 2016-12-19 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | dcweinstein07 |
Betalingswijze | free |
Ondersteunde Talen | 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 } |