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
官方URL 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\/*"
    ]
}