Letterboxd Lists Progress

Know your lists' progress without having to open them.

Qu'est-ce que Letterboxd Lists Progress ?

Letterboxd Lists Progress est une extension Chrome développée par Lucas Franco, et sa fonction principale est "Know your lists' progress without having to open them.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Letterboxd Lists Progress

Téléchargez les fichiers d'extension Letterboxd Lists Progress 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

                        Know your lists' progress without having to open them.                    

Informations de Base sur l'Extension

Nom Letterboxd Lists Progress Letterboxd Lists Progress
ID cjpnlmdbmlefonmfkobjpfpmpbaijldn
URL Officiel https://chromewebstore.google.com/detail/letterboxd-lists-progress/cjpnlmdbmlefonmfkobjpfpmpbaijldn
Description Know your lists' progress without having to open them.
Taille du Fichier 44.27 KB
Nombre d'Installations 572
Version Actuelle 0.2
Dernière Mise à Jour 2018-11-14
Date de Publication 2018-11-14
Évaluation 4.67/5 Total 6 Évaluations
Développeur Lucas Franco
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Letterboxd Lists Progress",
    "version": "0.2",
    "manifest_version": 2,
    "description": "Know your lists' progress without having to open them.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/letterboxd.com\/*",
                "https:\/\/letterboxd.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "letterboxd.js"
            ],
            "css": [
                "letterboxd.css"
            ]
        }
    ]
}