Plexboxd

View letterboxd ratings for your movies on plex.

什麼是Plexboxd?

Plexboxd是由lennysgarage42開發的Chrome擴展程式,該擴展的主要功能是“View letterboxd ratings for your movies on plex.”。

擴展截圖

screenshot
screenshot

下載Plexboxd擴展crx文件

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

擴展使用說明

                        Using Plex on either the web via app.plex.tv or local, you can easily see the corresponding letterboxd rating for your movies right on the films page.                    

擴展基本資訊

名稱 Plexboxd Plexboxd
ID nofkoinidebfleimhjmilhhbbecaalhh
官方網址 https://chromewebstore.google.com/detail/plexboxd/nofkoinidebfleimhjmilhhbbecaalhh
簡介 View letterboxd ratings for your movies on plex.
檔案大小 58.19 KB
安裝次數 79
目前版本 1.1.0
更新時間 2023-11-19
上架時間 2023-06-07
評分 5.00/5 共 1 次評分
開發者 lennysgarage42
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/lennysgarage/Plexboxd
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Plexboxd",
    "version": "1.1.0",
    "description": "View letterboxd ratings for your movies on plex.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "128": "images\/icon-128.png",
        "192": "images\/icon-192.png",
        "512": "images\/icon-512.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/letterboxd-decal-dots-pos-rgb-500px.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "letterboxd.css"
            ],
            "matches": [
                "https:\/\/app.plex.tv\/desktop\/*",
                "http:\/\/127.0.0.1:32400\/web\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "host_permissions": [
        "https:\/\/letterboxd.com\/*"
    ]
}