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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Letterboxd List Search

Λήψη αρχείων επέκτασης Letterboxd List Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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 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"
            ]
        }
    ]
}