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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows the ranking of each of the top 2000 highest rated movies on their respective page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Letterboxd Top 2000 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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": [
                ""
            ]
        }
    ]
}