Letterboxd Streaming Providers

Adds a filter for streaming providers to Letterboxd.

Qu'est-ce que Letterboxd Streaming Providers ?

Letterboxd Streaming Providers est une extension Chrome développée par adlerzei, et sa fonction principale est "Adds a filter for streaming providers to Letterboxd.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Letterboxd Streaming Providers

Téléchargez les fichiers d'extension Letterboxd Streaming Providers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Letterboxd Streaming Providers Letterboxd Streaming Providers
ID egmanfnfgmljjmdncfoeghfmflhlmhpj
URL Officiel https://chromewebstore.google.com/detail/letterboxd-streaming-prov/egmanfnfgmljjmdncfoeghfmflhlmhpj
Description Adds a filter for streaming providers to Letterboxd.
Taille du Fichier 111 KB
Nombre d'Installations 693
Version Actuelle 1.6.0
Dernière Mise à Jour 2024-01-15
Date de Publication 2019-03-04
Évaluation 4.00/5 Total 21 Évaluations
Développeur adlerzei
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/adlerzei/letterboxd-streaming-providers#readme
URL de la Page d'Aide https://github.com/adlerzei/letterboxd-streaming-providers/issues
Langues Prises en Charge 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"
    }
}