Letterboxd Streaming Providers

Adds a filter for streaming providers to Letterboxd.

Letterboxd Streaming Providers란 무엇입니까?

Letterboxd Streaming Providers은(는) adlerzei에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a filter for streaming providers to Letterboxd."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Letterboxd Streaming Providers 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}