Letterboxd Lists Progress
Know your lists' progress without having to open them.
What is Letterboxd Lists Progress?
Letterboxd Lists Progress is a Chrome extension developed by Lucas Franco, and its main feature is "Know your lists' progress without having to open them.".
Extension Screenshots
Download Letterboxd Lists Progress Extension CRX File
Download Letterboxd Lists Progress extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Know your lists' progress without having to open them.
Extension Basic Information
Name | Letterboxd Lists Progress |
ID | cjpnlmdbmlefonmfkobjpfpmpbaijldn |
Official URL | https://chromewebstore.google.com/detail/letterboxd-lists-progress/cjpnlmdbmlefonmfkobjpfpmpbaijldn |
Description | Know your lists' progress without having to open them. |
File Size | 44.27 KB |
Installation Count | 572 |
Current Version | 0.2 |
Last Updated | 2018-11-14 |
Publish Date | 2018-11-14 |
Rating | 4.67/5 Total 6 Ratings |
Developer | Lucas Franco |
Payment Type | free |
Supported Languages | 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" ] } ] } |