FL Quality Lantern

Reveal hidden Qualities in Fallen London storylets

Wat is FL Quality Lantern?

FL Quality Lantern is een Chrome-extensie ontwikkeld door lensvol, en de belangrijkste functie is "Reveal hidden Qualities in Fallen London storylets".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FL Quality Lantern

Download FL Quality Lantern-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam FL Quality Lantern FL Quality Lantern
ID nfcdmekbapinhphlejdjghnnmlbahpaf
Officiële URL https://chromewebstore.google.com/detail/fl-quality-lantern/nfcdmekbapinhphlejdjghnnmlbahpaf
Beschrijving Reveal hidden Qualities in Fallen London storylets
Bestandsgrootte 12.27 KB
Aantal Installaties 65
Huidige Versie 1.2.3
Laatst Bijgewerkt 2023-08-08
Publicatiedatum 2023-08-08
Ontwikkelaar lensvol
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/lensvol/fl-quality-lantern
Help Pagina-URL https://github.com/lensvol/fl-quality-lantern/issues
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}