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
Eメール [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\/*"
    ]
}