Letterboxd List Search
Allows you to search lists on letterboxd. Works better on smaller lists (< 2000) but will work on any list if you let the page load
Was ist Letterboxd List Search?
Letterboxd List Search ist eine Chrome-Erweiterung, die von jman777jman entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to search lists on letterboxd. Works better on smaller lists (< 2000) but will work on any list if you let the page load".
Erweiterungsscreenshots
Letterboxd List Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie Letterboxd List Search-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
Just enter a film into the search field under the right sidebar and then click enter to search Refresh page or search for nothing to get list back to normal. Need to scroll sometimes for film's picture to display Can only search from the first page of a list. Will take around 5 seconds to load 10,000th film in the list. feel free to add me https://letterboxd.com/moonhall/
Grundlegende Informationen zur Erweiterung
Name | Letterboxd List Search |
ID | jjakamoambopapdcpondjnlkdajcfnno |
Offizielle URL | https://chromewebstore.google.com/detail/letterboxd-list-search/jjakamoambopapdcpondjnlkdajcfnno |
Beschreibung | Allows you to search lists on letterboxd. Works better on smaller lists (< 2000) but will work on any list if you let the page load |
Dateigröße | 42.87 KB |
Installationsanzahl | 183 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-07-21 |
Veröffentlichungsdatum | 2022-07-24 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | jman777jman |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Letterboxd List Search", "description": "Allows you to search lists on letterboxd. Works better on smaller lists (< 2000) but will work on any list if you let the page load", "icons": { "16": ".\/logo\/searchlogo16.png", "32": ".\/logo\/searchlogo32.png", "48": ".\/logo\/searchlogo48.png", "128": ".\/logo\/searchlogo128.png" }, "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/letterboxd.com\/*\/list\/*" ], "exclude_matches": [ "https:\/\/letterboxd.com\/*\/list\/*\/page*" ], "js": [ "content.js" ], "css": [ "style.css" ] } ] } |