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
Eメール [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"
    }
}