Plexboxd

View letterboxd ratings for your movies on plex.

Plexboxdคืออะไร?

Plexboxd เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lennysgarage42 และคุณลักษณะหลักของมันคือ "View letterboxd ratings for your movies on plex."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Plexboxd

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}