Plexboxd

View letterboxd ratings for your movies on plex.

Wat is Plexboxd?

Plexboxd is een Chrome-extensie ontwikkeld door lennysgarage42, en de belangrijkste functie is "View letterboxd ratings for your movies on plex.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Plexboxd

Download Plexboxd-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Plexboxd Plexboxd
ID nofkoinidebfleimhjmilhhbbecaalhh
Officiële URL https://chromewebstore.google.com/detail/plexboxd/nofkoinidebfleimhjmilhhbbecaalhh
Beschrijving View letterboxd ratings for your movies on plex.
Bestandsgrootte 58.19 KB
Aantal Installaties 79
Huidige Versie 1.1.0
Laatst Bijgewerkt 2023-11-19
Publicatiedatum 2023-06-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar lennysgarage42
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/lennysgarage/Plexboxd
Ondersteunde Talen 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\/*"
    ]
}