FL Masquerade

Manage multiple identities in "Fallen London" browser game.

Cos'è FL Masquerade?

FL Masquerade è un'estensione di Chrome sviluppata da lensvol, e la sua funzione principale è "Manage multiple identities in "Fallen London" browser game.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FL Masquerade

Scarica i file di estensione FL Masquerade in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome FL Masquerade FL Masquerade
ID njkbfdpmpeoppdmgenflgjfnngnfkhbe
URL Ufficiale https://chromewebstore.google.com/detail/fl-masquerade/njkbfdpmpeoppdmgenflgjfnngnfkhbe
Descrizione Manage multiple identities in "Fallen London" browser game.
Dimensione del File 21.06 KB
Conteggio Installazioni 145
Versione Corrente 1.1.1
Ultimo Aggiornamento 2022-06-04
Data di Pubblicazione 2022-05-24
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore lensvol
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/lensvol/fl-masquerade
URL della Pagina di Aiuto https://github.com/lensvol/fl-masquerade
Lingue Supportate 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"
    }
}