Letterboxd Hours and Minutes

Transforms the minutes of a movie to a more logical hours and minutes

Letterboxd Hours and Minutes क्या है?

Letterboxd Hours and Minutes koenhagen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transforms the minutes of a movie to a more logical hours and minutes"।

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

screenshot
screenshot

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

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

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

                        This extension changes the minutes of a movie to a more logical hours and minutes to be more intuitive. Giving the hours is much more useful for the user that the minutes if the movie is over 60 minutes long.

Letterboxd lists movie length only by the minutes. This can sometimes by confusing as you often have to calculate the length in hours yourself.                    

एक्सटेंशन की मूल जानकारी

नाम Letterboxd Hours and Minutes Letterboxd Hours and Minutes
ID ibdokjffdhclokoedacfelcihpoplbkf
आधिकारिक URL https://chromewebstore.google.com/detail/letterboxd-hours-and-minu/ibdokjffdhclokoedacfelcihpoplbkf
विवरण Transforms the minutes of a movie to a more logical hours and minutes
फ़ाइल का आकार 8.21 KB
स्थापना संख्या 577
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-12-25
प्रकाशन तिथि 2021-12-24
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर koenhagen
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Letterboxd Hours and Minutes",
    "description": "Transforms the minutes of a movie to a more logical hours and minutes",
    "version": "1.0",
    "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"
    }
}