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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย koenhagen และคุณลักษณะหลักของมันคือ "Shows the ranking of each of the top 2000 highest rated movies on their respective page."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Letterboxd Top 2000

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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": [
                ""
            ]
        }
    ]
}