FL Small Mercies

Set of small 'fixes' for Fallen London UI.

Qu'est-ce que FL Small Mercies ?

FL Small Mercies est une extension Chrome développée par lensvol, et sa fonction principale est "Set of small 'fixes' for Fallen London UI.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FL Small Mercies

Téléchargez les fichiers d'extension FL Small Mercies 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 introduces a set of small "fixers" for Fallen London UI intended to correct small deficiencies (as perceived by me, extension's author) in it.

Any of the fixers can be enabled or disabled via a new "Extensions" section on the Account page.                    

Informations de Base sur l'Extension

Nom FL Small Mercies FL Small Mercies
ID efcjeepmkepahpaodagjlioagpganblf
URL Officiel https://chromewebstore.google.com/detail/fl-small-mercies/efcjeepmkepahpaodagjlioagpganblf
Description Set of small 'fixes' for Fallen London UI.
Taille du Fichier 127 KB
Nombre d'Installations 333
Version Actuelle 3.0.9
Dernière Mise à Jour 2024-02-13
Date de Publication 2022-08-03
Évaluation 5.00/5 Total 5 Évaluations
Développeur lensvol
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/lensvol/fl-small-mercies
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FL Small Mercies",
    "description": "Set of small 'fixes' for Fallen London UI.",
    "version": "3.0.9",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "dist\/background-bundle.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fallenlondon.com\/*"
            ],
            "css": [
                "dist\/css\/extension.css"
            ],
            "js": [
                "dist\/content-bundle.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/fl-small-mercies-icon-16.png",
            "32": "\/images\/fl-small-mercies-icon-32.png",
            "48": "\/images\/fl-small-mercies-icon-48.png",
            "128": "\/images\/fl-small-mercies-icon-128.png"
        }
    },
    "icons": {
        "16": "\/images\/fl-small-mercies-icon-16.png",
        "32": "\/images\/fl-small-mercies-icon-32.png",
        "48": "\/images\/fl-small-mercies-icon-48.png",
        "128": "\/images\/fl-small-mercies-icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/*",
                "src\/*"
            ],
            "matches": [
                "https:\/\/www.fallenlondon.com\/*"
            ]
        }
    ]
}