Letterboxd Rotten Tomatoes Addon

Adds Rotten Tomatoes features to Letterboxd.com

Cos'è Letterboxd Rotten Tomatoes Addon?

Letterboxd Rotten Tomatoes Addon è un'estensione di Chrome sviluppata da WilliamWelsh, e la sua funzione principale è "Adds Rotten Tomatoes features to Letterboxd.com".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Letterboxd Rotten Tomatoes Addon

Scarica i file di estensione Letterboxd Rotten Tomatoes Addon 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 will offer a button on Letterboxd film pages that directs you to the Rotten Tomatoes equivalent. It also shows the score, and icon, under the title on film pages.                    

Informazioni di Base sull'Estensione

Nome Letterboxd Rotten Tomatoes Addon Letterboxd Rotten Tomatoes Addon
ID gbagfhlcandjadfocmenciejcgncjmfd
URL Ufficiale https://chromewebstore.google.com/detail/letterboxd-rotten-tomatoe/gbagfhlcandjadfocmenciejcgncjmfd
Descrizione Adds Rotten Tomatoes features to Letterboxd.com
Dimensione del File 22.73 KB
Conteggio Installazioni 283
Versione Corrente 1.9
Ultimo Aggiornamento 2019-01-22
Data di Pubblicazione 2019-01-21
Valutazione 3.60/5 Totale 10 Valutazioni
Sviluppatore WilliamWelsh
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/WilliamWelsh/Letterboxd-Rotten-Tomatoes-Addon
URL della Pagina di Aiuto https://github.com/WilliamWelsh/Letterboxd-Rotten-Tomatoes-Addon
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Letterboxd Rotten Tomatoes Addon",
    "version": "1.9",
    "description": "Adds Rotten Tomatoes features to Letterboxd.com",
    "permissions": [
        "https:\/\/www.omdbapi.com\/*",
        "https:\/\/www.rottentomatoes.com\/m\/*"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/letterboxd.com\/film\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}