FL Masquerade

Manage multiple identities in "Fallen London" browser game.

ما هو FL Masquerade؟

FL Masquerade هو إضافة Chrome تم تطويرها بواسطة lensvol، والميزة الرئيسية لها هي "Manage multiple identities in "Fallen London" browser game.".

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

screenshot

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

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

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

                        This extension will let you switch between multiple different "alts" from inside the game itself, removing the need to constantly keep open a bevy of tabs/windows for them.                    

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

الاسم FL Masquerade FL Masquerade
ID njkbfdpmpeoppdmgenflgjfnngnfkhbe
عنوان URL الرسمي https://chromewebstore.google.com/detail/fl-masquerade/njkbfdpmpeoppdmgenflgjfnngnfkhbe
الوصف Manage multiple identities in "Fallen London" browser game.
حجم الملف 21.06 KB
عدد التثبيتات 145
النسخة الحالية 1.1.1
آخر تحديث 2022-06-04
تاريخ النشر 2022-05-24
تقييم 5.00/5 مجموع تقييمات 2
المطور lensvol
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/lensvol/fl-masquerade
عنوان صفحة المساعدة https://github.com/lensvol/fl-masquerade
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FL Masquerade",
    "description": "Manage multiple identities in \"Fallen London\" browser game.",
    "version": "1.1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "alarms",
        "https:\/\/api.fallenlondon.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.fallenlondon.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/*.fallenlondon.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/masks-icon-16.png",
        "32": "\/images\/masks-icon-32.png",
        "48": "\/images\/masks-icon-48.png",
        "128": "\/images\/masks-icon-128.png"
    }
}