FL Masquerade

Manage multiple identities in "Fallen London" browser game.

Qu'est-ce que FL Masquerade ?

FL Masquerade est une extension Chrome développée par lensvol, et sa fonction principale est "Manage multiple identities in "Fallen London" browser game.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FL Masquerade

Téléchargez les fichiers d'extension FL Masquerade au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom FL Masquerade FL Masquerade
ID njkbfdpmpeoppdmgenflgjfnngnfkhbe
URL Officiel https://chromewebstore.google.com/detail/fl-masquerade/njkbfdpmpeoppdmgenflgjfnngnfkhbe
Description Manage multiple identities in "Fallen London" browser game.
Taille du Fichier 21.06 KB
Nombre d'Installations 145
Version Actuelle 1.1.1
Dernière Mise à Jour 2022-06-04
Date de Publication 2022-05-24
Évaluation 5.00/5 Total 2 Évaluations
Développeur lensvol
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/lensvol/fl-masquerade
URL de la Page d'Aide https://github.com/lensvol/fl-masquerade
Langues Prises en Charge 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"
    }
}