Letterboxd Rotten Tomatoes Addon

Adds Rotten Tomatoes features to Letterboxd.com

Co je Letterboxd Rotten Tomatoes Addon?

Letterboxd Rotten Tomatoes Addon je rozšíření Chrome vyvinuté WilliamWelsh, a jeho hlavní funkcí je „Adds Rotten Tomatoes features to Letterboxd.com“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Letterboxd Rotten Tomatoes Addon

Stáhněte si soubory rozšíření Letterboxd Rotten Tomatoes Addon ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Letterboxd Rotten Tomatoes Addon Letterboxd Rotten Tomatoes Addon
ID gbagfhlcandjadfocmenciejcgncjmfd
Oficiální URL https://chromewebstore.google.com/detail/letterboxd-rotten-tomatoe/gbagfhlcandjadfocmenciejcgncjmfd
Popis Adds Rotten Tomatoes features to Letterboxd.com
Velikost souboru 22.73 KB
Počet instalací 283
Aktuální Verze 1.9
Poslední Aktualizace 2019-01-22
Datum Vydání 2019-01-21
Hodnocení 3.60/5 Celkem 10 Hodnocení
Vývojář WilliamWelsh
Typ Platby free
Webové stránky Rozšíření https://github.com/WilliamWelsh/Letterboxd-Rotten-Tomatoes-Addon
URL Stránky Nápovědy https://github.com/WilliamWelsh/Letterboxd-Rotten-Tomatoes-Addon
Podporované Jazyky 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"
        }
    ]
}