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
Letterboxd List Search क्या है?
Letterboxd List Search jman777jman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Letterboxd List Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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/
एक्सटेंशन की मूल जानकारी
नाम | Letterboxd List Search |
ID | jjakamoambopapdcpondjnlkdajcfnno |
आधिकारिक URL | https://chromewebstore.google.com/detail/letterboxd-list-search/jjakamoambopapdcpondjnlkdajcfnno |
विवरण | 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 |
फ़ाइल का आकार | 42.87 KB |
स्थापना संख्या | 183 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2023-07-21 |
प्रकाशन तिथि | 2022-07-24 |
रेटिंग | 5.00/5 कुल 4 रेटिंग्स |
डेवलपर | jman777jman |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } ] } |