Letterboxd Lists Progress

Know your lists' progress without having to open them.

Wat is Letterboxd Lists Progress?

Letterboxd Lists Progress is een Chrome-extensie ontwikkeld door Lucas Franco, en de belangrijkste functie is "Know your lists' progress without having to open them.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Letterboxd Lists Progress

Download Letterboxd Lists Progress-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

                        Know your lists' progress without having to open them.                    

Basisinformatie over de Extensie

Naam Letterboxd Lists Progress Letterboxd Lists Progress
ID cjpnlmdbmlefonmfkobjpfpmpbaijldn
Officiële URL https://chromewebstore.google.com/detail/letterboxd-lists-progress/cjpnlmdbmlefonmfkobjpfpmpbaijldn
Beschrijving Know your lists' progress without having to open them.
Bestandsgrootte 44.27 KB
Aantal Installaties 572
Huidige Versie 0.2
Laatst Bijgewerkt 2018-11-14
Publicatiedatum 2018-11-14
Beoordeling 4.67/5 Totaal 6 Beoordelingen
Ontwikkelaar Lucas Franco
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}