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開發的Chrome擴展程式,該擴展的主要功能是“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

下載Letterboxd List Search擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}