Letterboxd Streaming Providers

Adds a filter for streaming providers to Letterboxd.

Vad är Letterboxd Streaming Providers?

Letterboxd Streaming Providers är en Chrome-tillägg utvecklad av adlerzei, och dess huvudfunktion är "Adds a filter for streaming providers to Letterboxd.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Letterboxd Streaming Providers-förlängningens CRX-fil

Ladda ner Letterboxd Streaming Providers-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Letterboxd Streaming Providers Letterboxd Streaming Providers
ID egmanfnfgmljjmdncfoeghfmflhlmhpj
Officiell webbadress https://chromewebstore.google.com/detail/letterboxd-streaming-prov/egmanfnfgmljjmdncfoeghfmflhlmhpj
Beskrivning Adds a filter for streaming providers to Letterboxd.
Filstorlek 111 KB
Antal Installationer 693
Aktuell Version 1.6.0
Senast Uppdaterad 2024-01-15
Publiceringsdatum 2019-03-04
Betyg 4.00/5 Totalt 21 Betyg
Utvecklare adlerzei
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/adlerzei/letterboxd-streaming-providers#readme
Hjälpsida URL https://github.com/adlerzei/letterboxd-streaming-providers/issues
Stödda Språk 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"
    }
}