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文件

下載Letterboxd Streaming Providers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}