Letterboxd Metacritic Addon

Adds Metacritic features to Letterboxd.com

Co to jest Letterboxd Metacritic Addon?

Letterboxd Metacritic Addon to rozszerzenie Chrome opracowane przez WilliamWelsh, a jego główną funkcją jest „Adds Metacritic features to Letterboxd.com”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Letterboxd Metacritic Addon

Pobierz pliki rozszerzeń Letterboxd Metacritic Addon w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This will add a Metacritic score under film titles, and a link to the film's Metacritic page on Letterboxd.                    

Podstawowe informacje o rozszerzeniu

Nazwa Letterboxd Metacritic Addon Letterboxd Metacritic Addon
ID gkfbajagaabdkcihefomfmgjkdgkgdck
Oficjalny URL https://chromewebstore.google.com/detail/letterboxd-metacritic-add/gkfbajagaabdkcihefomfmgjkdgkgdck
Opis Adds Metacritic features to Letterboxd.com
Rozmiar pliku 25.7 KB
Liczba instalacji 220
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2019-01-15
Data Publikacji 2019-01-15
Ocena 4.17/5 Łącznie 6 Oceny
Deweloper WilliamWelsh
Typ Płatności free
Strona Rozszerzenia https://github.com/WilliamWelsh
Adres URL Strony Pomocy https://github.com/WilliamWelsh
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Letterboxd Metacritic Addon",
    "version": "1.1",
    "description": "Adds Metacritic features to Letterboxd.com",
    "permissions": [
        "https:\/\/www.omdbapi.com\/*",
        "https:\/\/www.imdb.com\/title\/tt0446029\/*"
    ],
    "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"
        }
    ]
}