FL Masquerade

Manage multiple identities in "Fallen London" browser game.

什么是FL Masquerade?

FL Masquerade是由lensvol开发的Chrome扩展程序,该扩展的主要功能是“Manage multiple identities in "Fallen London" browser game.”。

扩展截图

screenshot

下载FL Masquerade扩展crx文件

下载FL Masquerade扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
帮助页面URL 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"
    }
}