FL Quality Lantern

Reveal hidden Qualities in Fallen London storylets

Vad är FL Quality Lantern?

FL Quality Lantern är en Chrome-tillägg utvecklad av lensvol, och dess huvudfunktion är "Reveal hidden Qualities in Fallen London storylets".

Tilläggsskärmbilder

screenshot

Ladda ner FL Quality Lantern-förlängningens CRX-fil

Ladda ner FL Quality Lantern-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn FL Quality Lantern FL Quality Lantern
ID nfcdmekbapinhphlejdjghnnmlbahpaf
Officiell webbadress https://chromewebstore.google.com/detail/fl-quality-lantern/nfcdmekbapinhphlejdjghnnmlbahpaf
Beskrivning Reveal hidden Qualities in Fallen London storylets
Filstorlek 12.27 KB
Antal Installationer 65
Aktuell Version 1.2.3
Senast Uppdaterad 2023-08-08
Publiceringsdatum 2023-08-08
Utvecklare lensvol
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/lensvol/fl-quality-lantern
Hjälpsida URL https://github.com/lensvol/fl-quality-lantern/issues
Stödda Språk 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\/*"
            ]
        }
    ]
}