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
公式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
Eメール [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"
            ]
        }
    ]
}