FL Quality Lantern

Reveal hidden Qualities in Fallen London storylets

Co to jest FL Quality Lantern?

FL Quality Lantern to rozszerzenie Chrome opracowane przez lensvol, a jego główną funkcją jest „Reveal hidden Qualities in Fallen London storylets”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FL Quality Lantern

Pobierz pliki rozszerzeń FL Quality Lantern 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 extension allows you to see changes in the player qualities which are marked as "hidden" by the Fallen London API. Mostly of interest to data miners and Fallen London Wiki contributors.                    

Podstawowe informacje o rozszerzeniu

Nazwa FL Quality Lantern FL Quality Lantern
ID nfcdmekbapinhphlejdjghnnmlbahpaf
Oficjalny URL https://chromewebstore.google.com/detail/fl-quality-lantern/nfcdmekbapinhphlejdjghnnmlbahpaf
Opis Reveal hidden Qualities in Fallen London storylets
Rozmiar pliku 12.27 KB
Liczba instalacji 65
Aktualna Wersja 1.2.3
Ostatnia Aktualizacja 2023-08-08
Data Publikacji 2023-08-08
Deweloper lensvol
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/lensvol/fl-quality-lantern
Adres URL Strony Pomocy https://github.com/lensvol/fl-quality-lantern/issues
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FL Quality Lantern",
    "description": "Reveal hidden Qualities in Fallen London storylets",
    "version": "1.2.3",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fallenlondon.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/fl-quality-lantern-icon-16.png",
            "32": "\/images\/fl-quality-lantern-icon-32.png",
            "48": "\/images\/fl-quality-lantern-icon-48.png",
            "128": "\/images\/fl-quality-lantern-icon-128.png"
        }
    },
    "icons": {
        "16": "\/images\/fl-quality-lantern-icon-16.png",
        "32": "\/images\/fl-quality-lantern-icon-32.png",
        "48": "\/images\/fl-quality-lantern-icon-48.png",
        "128": "\/images\/fl-quality-lantern-icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/www.fallenlondon.com\/*"
            ]
        }
    ]
}