Plexboxd

View letterboxd ratings for your movies on plex.

Cos'è Plexboxd?

Plexboxd è un'estensione di Chrome sviluppata da lennysgarage42, e la sua funzione principale è "View letterboxd ratings for your movies on plex.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Plexboxd

Scarica i file di estensione Plexboxd in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Plexboxd Plexboxd
ID nofkoinidebfleimhjmilhhbbecaalhh
URL Ufficiale https://chromewebstore.google.com/detail/plexboxd/nofkoinidebfleimhjmilhhbbecaalhh
Descrizione View letterboxd ratings for your movies on plex.
Dimensione del File 58.19 KB
Conteggio Installazioni 79
Versione Corrente 1.1.0
Ultimo Aggiornamento 2023-11-19
Data di Pubblicazione 2023-06-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore lennysgarage42
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/lennysgarage/Plexboxd
Lingue Supportate 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\/*"
    ]
}