Letterboxd Lists Progress

Know your lists' progress without having to open them.

Co to jest Letterboxd Lists Progress?

Letterboxd Lists Progress to rozszerzenie Chrome opracowane przez Lucas Franco, a jego główną funkcją jest „Know your lists' progress without having to open them.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Letterboxd Lists Progress

Pobierz pliki rozszerzeń Letterboxd Lists Progress 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

                        Know your lists' progress without having to open them.                    

Podstawowe informacje o rozszerzeniu

Nazwa Letterboxd Lists Progress Letterboxd Lists Progress
ID cjpnlmdbmlefonmfkobjpfpmpbaijldn
Oficjalny URL https://chromewebstore.google.com/detail/letterboxd-lists-progress/cjpnlmdbmlefonmfkobjpfpmpbaijldn
Opis Know your lists' progress without having to open them.
Rozmiar pliku 44.27 KB
Liczba instalacji 572
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2018-11-14
Data Publikacji 2018-11-14
Ocena 4.67/5 Łącznie 6 Oceny
Deweloper Lucas Franco
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Letterboxd Lists Progress",
    "version": "0.2",
    "manifest_version": 2,
    "description": "Know your lists' progress without having to open them.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/letterboxd.com\/*",
                "https:\/\/letterboxd.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "letterboxd.js"
            ],
            "css": [
                "letterboxd.css"
            ]
        }
    ]
}