Letterboxd on Netflix

Letterboxd Ratings embedded in Netflix cards

Cos'è Letterboxd on Netflix?

Letterboxd on Netflix è un'estensione di Chrome sviluppata da Letterboxd Extension, e la sua funzione principale è "Letterboxd Ratings embedded in Netflix cards".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Letterboxd on Netflix

Scarica i file di estensione Letterboxd on Netflix 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

                        This extension shows Letterboxd ratings for Netflix films in the title card that appears when a Netflix user hovers over a film with their mouse.                    

Informazioni di Base sull'Estensione

Nome Letterboxd on Netflix Letterboxd on Netflix
ID hefhhfjgeiihgbefockfepdcpipnolpo
URL Ufficiale https://chromewebstore.google.com/detail/letterboxd-on-netflix/hefhhfjgeiihgbefockfepdcpipnolpo
Descrizione Letterboxd Ratings embedded in Netflix cards
Dimensione del File 58.54 KB
Conteggio Installazioni 49
Versione Corrente 0.1
Ultimo Aggiornamento 2022-10-27
Data di Pubblicazione 2022-10-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Letterboxd Extension
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Letterboxd on Netflix",
    "description": "Letterboxd Ratings embedded in Netflix cards",
    "version": "0.1",
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/boxd-logo-dark-trans.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "host_permissions": [
        "https:\/\/www.letterboxd.com\/*",
        "https:\/\/letterboxd.com\/*",
        "https:\/\/netflix.com\/*",
        "https:\/\/www.netflix.com\/*"
    ]
}