Plexboxd

View letterboxd ratings for your movies on plex.

Plexboxd là gì?

Plexboxd là một tiện ích mở rộng Chrome được phát triển bởi lennysgarage42, và tính năng chính của nó là "View letterboxd ratings for your movies on plex.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Plexboxd

Tải xuống các tệp mở rộng Plexboxd dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Plexboxd Plexboxd
ID nofkoinidebfleimhjmilhhbbecaalhh
URL Chính Thức https://chromewebstore.google.com/detail/plexboxd/nofkoinidebfleimhjmilhhbbecaalhh
Mô tả View letterboxd ratings for your movies on plex.
Kích Thước Tệp 58.19 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2023-11-19
Ngày Phát Hành 2023-06-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển lennysgarage42
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/lennysgarage/Plexboxd
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}