Letterboxd Streaming Providers

Adds a filter for streaming providers to Letterboxd.

O que é Letterboxd Streaming Providers?

Letterboxd Streaming Providers é uma extensão do Chrome desenvolvida por adlerzei, e sua principal característica é "Adds a filter for streaming providers to Letterboxd.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Letterboxd Streaming Providers

Baixe arquivos de extensão Letterboxd Streaming Providers no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Letterboxd Streaming Providers Letterboxd Streaming Providers
ID egmanfnfgmljjmdncfoeghfmflhlmhpj
URL Oficial https://chromewebstore.google.com/detail/letterboxd-streaming-prov/egmanfnfgmljjmdncfoeghfmflhlmhpj
Descrição Adds a filter for streaming providers to Letterboxd.
Tamanho do Arquivo 111 KB
Contagem de Instalações 693
Versão Atual 1.6.0
Última Atualização 2024-01-15
Data de Publicação 2019-03-04
Classificação 4.00/5 Total de 21 Avaliações
Desenvolvedor adlerzei
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/adlerzei/letterboxd-streaming-providers#readme
URL da Página de Ajuda https://github.com/adlerzei/letterboxd-streaming-providers/issues
Idiomas Suportados 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"
    }
}