Plexboxd

View letterboxd ratings for your movies on plex.

Qu'est-ce que Plexboxd ?

Plexboxd est une extension Chrome développée par lennysgarage42, et sa fonction principale est "View letterboxd ratings for your movies on plex.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Plexboxd

Téléchargez les fichiers d'extension Plexboxd au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Plexboxd Plexboxd
ID nofkoinidebfleimhjmilhhbbecaalhh
URL Officiel https://chromewebstore.google.com/detail/plexboxd/nofkoinidebfleimhjmilhhbbecaalhh
Description View letterboxd ratings for your movies on plex.
Taille du Fichier 58.19 KB
Nombre d'Installations 79
Version Actuelle 1.1.0
Dernière Mise à Jour 2023-11-19
Date de Publication 2023-06-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur lennysgarage42
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/lennysgarage/Plexboxd
Langues Prises en Charge 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\/*"
    ]
}