FL Small Mercies

Set of small 'fixes' for Fallen London UI.

ما هو FL Small Mercies؟

FL Small Mercies هو إضافة Chrome تم تطويرها بواسطة lensvol، والميزة الرئيسية لها هي "Set of small 'fixes' for Fallen London UI.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة FL Small Mercies

قم بتنزيل ملفات الامتداد FL Small Mercies بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم FL Small Mercies FL Small Mercies
ID efcjeepmkepahpaodagjlioagpganblf
عنوان URL الرسمي https://chromewebstore.google.com/detail/fl-small-mercies/efcjeepmkepahpaodagjlioagpganblf
الوصف Set of small 'fixes' for Fallen London UI.
حجم الملف 127 KB
عدد التثبيتات 333
النسخة الحالية 3.0.9
آخر تحديث 2024-02-13
تاريخ النشر 2022-08-03
تقييم 5.00/5 مجموع تقييمات 5
المطور lensvol
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/lensvol/fl-small-mercies
اللغات المدعومة 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\/*"
            ]
        }
    ]
}