FL Masquerade

Manage multiple identities in "Fallen London" browser game.

FL Masquerade là gì?

FL Masquerade là một tiện ích mở rộng Chrome được phát triển bởi lensvol, và tính năng chính của nó là "Manage multiple identities in "Fallen London" browser game.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FL Masquerade

Tải xuống các tệp mở rộng FL Masquerade dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FL Masquerade FL Masquerade
ID njkbfdpmpeoppdmgenflgjfnngnfkhbe
URL Chính Thức https://chromewebstore.google.com/detail/fl-masquerade/njkbfdpmpeoppdmgenflgjfnngnfkhbe
Mô tả Manage multiple identities in "Fallen London" browser game.
Kích Thước Tệp 21.06 KB
Số Lần Cài Đặt 145
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2022-06-04
Ngày Phát Hành 2022-05-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển lensvol
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/lensvol/fl-masquerade
URL Trang Trợ Giúp https://github.com/lensvol/fl-masquerade
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}