FL Quality Lantern

Reveal hidden Qualities in Fallen London storylets

Hvad er FL Quality Lantern?

FL Quality Lantern er en Chrome-udvidelse udviklet af lensvol, og dens hovedfunktion er "Reveal hidden Qualities in Fallen London storylets".

Udvidelsesskærmbilleder

screenshot

Download FL Quality Lantern-udvidelses-CRX-fil

Download FL Quality Lantern-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn FL Quality Lantern FL Quality Lantern
ID nfcdmekbapinhphlejdjghnnmlbahpaf
Officiel URL https://chromewebstore.google.com/detail/fl-quality-lantern/nfcdmekbapinhphlejdjghnnmlbahpaf
Beskrivelse Reveal hidden Qualities in Fallen London storylets
Filstørrelse 12.27 KB
Antal Installationer 65
Nuværende Version 1.2.3
Senest Opdateret 2023-08-08
Udgivelsesdato 2023-08-08
Udvikler lensvol
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/lensvol/fl-quality-lantern
Hjælpeside-URL https://github.com/lensvol/fl-quality-lantern/issues
Understøttede Sprog 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\/*"
            ]
        }
    ]
}