Betterboxd
Letterboxd.com Enhanced
Qu'est-ce que Betterboxd ?
Betterboxd est une extension Chrome développée par dcweinstein07, et sa fonction principale est "Letterboxd.com Enhanced".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Betterboxd
Téléchargez les fichiers d'extension Betterboxd au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | lipmfdcnhhdmfnbbmijakfcjnokdhoap |
URL Officiel | https://chrome.google.com/webstore/detail/betterboxd/lipmfdcnhhdmfnbbmijakfcjnokdhoap |
Description | Letterboxd.com Enhanced |
Taille du Fichier | 1.35 MB |
Nombre d'Installations | 131 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-12-19 |
Date de Publication | 2016-12-19 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | dcweinstein07 |
Type de Paiement | free |
Langues Prises en Charge | 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 } |