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 là gì?

Letterboxd List Search là một tiện ích mở rộng Chrome được phát triển bởi jman777jman, và tính năng chính của nó là "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".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Letterboxd List Search

Tải xuống các tệp mở rộng Letterboxd List Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Letterboxd List Search Letterboxd List Search
ID jjakamoambopapdcpondjnlkdajcfnno
URL Chính Thức https://chromewebstore.google.com/detail/letterboxd-list-search/jjakamoambopapdcpondjnlkdajcfnno
Mô tả 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
Kích Thước Tệp 42.87 KB
Số Lần Cài Đặt 183
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-07-21
Ngày Phát Hành 2022-07-24
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển jman777jman
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}