Letterboxd Lists Progress
Know your lists' progress without having to open them.
Was ist Letterboxd Lists Progress?
Letterboxd Lists Progress ist eine Chrome-Erweiterung, die von Lucas Franco entwickelt wurde, und ihr Hauptmerkmal ist "Know your lists' progress without having to open them.".
Erweiterungsscreenshots
Letterboxd Lists Progress-Erweiterungs-CRX-Datei herunterladen
Laden Sie Letterboxd Lists Progress-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
Know your lists' progress without having to open them.
Grundlegende Informationen zur Erweiterung
Name | Letterboxd Lists Progress |
ID | cjpnlmdbmlefonmfkobjpfpmpbaijldn |
Offizielle URL | https://chromewebstore.google.com/detail/letterboxd-lists-progress/cjpnlmdbmlefonmfkobjpfpmpbaijldn |
Beschreibung | Know your lists' progress without having to open them. |
Dateigröße | 44.27 KB |
Installationsanzahl | 572 |
Aktuelle Version | 0.2 |
Letztes Update | 2018-11-14 |
Veröffentlichungsdatum | 2018-11-14 |
Bewertung | 4.67/5 Insgesamt 6 Bewertungen |
Entwickler | Lucas Franco |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |