FL Masquerade

Manage multiple identities in "Fallen London" browser game.

Wat is FL Masquerade?

FL Masquerade is een Chrome-extensie ontwikkeld door lensvol, en de belangrijkste functie is "Manage multiple identities in "Fallen London" browser game.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FL Masquerade

Download FL Masquerade-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam FL Masquerade FL Masquerade
ID njkbfdpmpeoppdmgenflgjfnngnfkhbe
Officiële URL https://chromewebstore.google.com/detail/fl-masquerade/njkbfdpmpeoppdmgenflgjfnngnfkhbe
Beschrijving Manage multiple identities in "Fallen London" browser game.
Bestandsgrootte 21.06 KB
Aantal Installaties 145
Huidige Versie 1.1.1
Laatst Bijgewerkt 2022-06-04
Publicatiedatum 2022-05-24
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar lensvol
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/lensvol/fl-masquerade
Help Pagina-URL https://github.com/lensvol/fl-masquerade
Ondersteunde Talen 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"
    }
}