Letterboxd Streaming Providers

Adds a filter for streaming providers to Letterboxd.

Letterboxd Streaming Providers क्या है?

Letterboxd Streaming Providers adlerzei द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a filter for streaming providers to Letterboxd."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Letterboxd Streaming Providers filters the movies shown on Letterboxd for some streaming providers (e.g. Netflix, Amazon Prime Video, ...) to make it possible to see, which movies are included in a given streaming flat rate. It allows users to filter "/watchlist", "/films", "/list" and "/likes" for their favorite streaming provider.

This is a third party extension and is not related to the Letterboxd developer team in any way. This product uses the TMDb API but is not endorsed or certified by TMDb. The extension also uses information provided by JustWatch but is not endorsed or certified by JustWatch.                    

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

नाम Letterboxd Streaming Providers Letterboxd Streaming Providers
ID egmanfnfgmljjmdncfoeghfmflhlmhpj
आधिकारिक URL https://chromewebstore.google.com/detail/letterboxd-streaming-prov/egmanfnfgmljjmdncfoeghfmflhlmhpj
विवरण Adds a filter for streaming providers to Letterboxd.
फ़ाइल का आकार 111 KB
स्थापना संख्या 693
वर्तमान संस्करण 1.6.0
अंतिम अपडेट 2024-01-15
प्रकाशन तिथि 2019-03-04
रेटिंग 4.00/5 कुल 21 रेटिंग्स
डेवलपर adlerzei
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/adlerzei/letterboxd-streaming-providers#readme
सहायता पृष्ठ URL https://github.com/adlerzei/letterboxd-streaming-providers/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Adds a filter for streaming providers to Letterboxd.",
    "author": "Christian Zei",
    "manifest_version": 3,
    "name": "Letterboxd Streaming Providers",
    "short_name": "LSP",
    "homepage_url": "https:\/\/github.com\/adlerzei\/letterboxd-streaming-providers#readme",
    "version": "1.6.0",
    "icons": {
        "48": "icons\/logo_final_48.png",
        "128": "icons\/logo_final_128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/api.themoviedb.org\/*",
        "*:\/\/letterboxd.com\/*",
        "*:\/\/www.letterboxd.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/logo_final_32.png",
        "default_title": "Letterboxd Streaming Providers",
        "default_popup": "popup\/popup.html"
    }
}