Letterboxd on Netflix

Letterboxd Ratings embedded in Netflix cards

Letterboxd on Netflix क्या है?

Letterboxd on Netflix Letterboxd Extension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Letterboxd Ratings embedded in Netflix cards"।

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

screenshot

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

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

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

                        This extension shows Letterboxd ratings for Netflix films in the title card that appears when a Netflix user hovers over a film with their mouse.                    

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

नाम Letterboxd on Netflix Letterboxd on Netflix
ID hefhhfjgeiihgbefockfepdcpipnolpo
आधिकारिक URL https://chromewebstore.google.com/detail/letterboxd-on-netflix/hefhhfjgeiihgbefockfepdcpipnolpo
विवरण Letterboxd Ratings embedded in Netflix cards
फ़ाइल का आकार 58.54 KB
स्थापना संख्या 49
वर्तमान संस्करण 0.1
अंतिम अपडेट 2022-10-27
प्रकाशन तिथि 2022-10-27
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Letterboxd Extension
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Letterboxd on Netflix",
    "description": "Letterboxd Ratings embedded in Netflix cards",
    "version": "0.1",
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/boxd-logo-dark-trans.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "host_permissions": [
        "https:\/\/www.letterboxd.com\/*",
        "https:\/\/letterboxd.com\/*",
        "https:\/\/netflix.com\/*",
        "https:\/\/www.netflix.com\/*"
    ]
}