Plexboxd

View letterboxd ratings for your movies on plex.

What is Plexboxd?

Plexboxd is a Chrome extension developed by lennysgarage42, and its main feature is "View letterboxd ratings for your movies on plex.".

Extension Screenshots

screenshot
screenshot

Download Plexboxd Extension CRX File

Download Plexboxd extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Plexboxd Plexboxd
ID nofkoinidebfleimhjmilhhbbecaalhh
Official URL https://chromewebstore.google.com/detail/plexboxd/nofkoinidebfleimhjmilhhbbecaalhh
Description View letterboxd ratings for your movies on plex.
File Size 58.19 KB
Installation Count 79
Current Version 1.1.0
Last Updated 2023-11-19
Publish Date 2023-06-07
Rating 5.00/5 Total 1 Ratings
Developer lennysgarage42
Email [email protected]
Payment Type free
Extension Website https://github.com/lennysgarage/Plexboxd
Supported Languages 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\/*"
    ]
}