Letterboxd Top 2000

Shows the ranking of each of the top 2000 highest rated movies on their respective page.

什麼是Letterboxd Top 2000?

Letterboxd Top 2000是由koenhagen開發的Chrome擴展程式,該擴展的主要功能是“Shows the ranking of each of the top 2000 highest rated movies on their respective page.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Letterboxd Top 2000擴展crx文件

下載Letterboxd Top 2000擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        When a movie ranks among the 2000 highest rated movies according to Letterboxd, a golden crown icon will show below the poster together with the movie's rank. This extends the top 250 that is normally only shown.

The extension also adds a fire icon to movies that are part of the top 2000 most popular movies according to Letterboxd.

I am not a Letterboxd developer or associated with them in any way.                    

擴展基本資訊

名稱 Letterboxd Top 2000 Letterboxd Top 2000
ID akajmboonlckanooginhfnpafjjnimko
官方網址 https://chromewebstore.google.com/detail/letterboxd-top-2000/akajmboonlckanooginhfnpafjjnimko
簡介 Shows the ranking of each of the top 2000 highest rated movies on their respective page.
檔案大小 8.67 KB
安裝次數 502
目前版本 2.1
更新時間 2021-12-25
上架時間 2021-06-07
評分 5.00/5 共 7 次評分
開發者 koenhagen
電子郵箱 [email protected]
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Letterboxd Top 2000",
    "description": "Shows the ranking of each of the top 2000 highest rated movies on their respective page.",
    "version": "2.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/letterboxd.com\/film\/*",
                "http:\/\/letterboxd.com\/film\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "lb16.png",
        "48": "lb48.png",
        "128": "lb128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fire.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}