FL Quality Lantern

Reveal hidden Qualities in Fallen London storylets

Qu'est-ce que FL Quality Lantern ?

FL Quality Lantern est une extension Chrome développée par lensvol, et sa fonction principale est "Reveal hidden Qualities in Fallen London storylets".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FL Quality Lantern

Téléchargez les fichiers d'extension FL Quality Lantern au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom FL Quality Lantern FL Quality Lantern
ID nfcdmekbapinhphlejdjghnnmlbahpaf
URL Officiel https://chromewebstore.google.com/detail/fl-quality-lantern/nfcdmekbapinhphlejdjghnnmlbahpaf
Description Reveal hidden Qualities in Fallen London storylets
Taille du Fichier 12.27 KB
Nombre d'Installations 65
Version Actuelle 1.2.3
Dernière Mise à Jour 2023-08-08
Date de Publication 2023-08-08
Développeur lensvol
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/lensvol/fl-quality-lantern
URL de la Page d'Aide https://github.com/lensvol/fl-quality-lantern/issues
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}