FL Mystery Sorter

Show various things in Fallen London properly sorted.

Was ist FL Mystery Sorter?

FL Mystery Sorter ist eine Chrome-Erweiterung, die von lensvol entwickelt wurde, und ihr Hauptmerkmal ist "Show various things in Fallen London properly sorted.".

Erweiterungsscreenshots

screenshot
screenshot

FL Mystery Sorter-Erweiterungs-CRX-Datei herunterladen

Laden Sie FL Mystery Sorter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Exactly what it says on the tin. Only for use with the "Fallen London" browser game.                    

Grundlegende Informationen zur Erweiterung

Name FL Mystery Sorter FL Mystery Sorter
ID dphadlgegfppjflgefaicponddcnjpbm
Offizielle URL https://chromewebstore.google.com/detail/fl-mystery-sorter/dphadlgegfppjflgefaicponddcnjpbm
Beschreibung Show various things in Fallen London properly sorted.
Dateigröße 11.38 KB
Installationsanzahl 44
Aktuelle Version 1.2.0
Letztes Update 2022-06-09
Veröffentlichungsdatum 2022-04-20
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler lensvol
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/lensvol/fl-mystery-sorter
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FL Mystery Sorter",
    "description": "Show various things in Fallen London properly sorted.",
    "version": "1.2.0",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/www.fallenlondon.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fallenlondon.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/fl-mystery-sorter-icon-16.png",
            "32": "\/images\/fl-mystery-sorter-icon-32.png",
            "48": "\/images\/fl-mystery-sorter-icon-48.png",
            "128": "\/images\/fl-mystery-sorter-icon-128.png"
        }
    },
    "icons": {
        "16": "\/images\/fl-mystery-sorter-icon-16.png",
        "32": "\/images\/fl-mystery-sorter-icon-32.png",
        "48": "\/images\/fl-mystery-sorter-icon-48.png",
        "128": "\/images\/fl-mystery-sorter-icon-128.png"
    },
    "web_accessible_resources": []
}