FL Mystery Sorter

Show various things in Fallen London properly sorted.

Co je FL Mystery Sorter?

FL Mystery Sorter je rozšíření Chrome vyvinuté lensvol, a jeho hlavní funkcí je „Show various things in Fallen London properly sorted.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření FL Mystery Sorter

Stáhněte si soubory rozšíření FL Mystery Sorter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název FL Mystery Sorter FL Mystery Sorter
ID dphadlgegfppjflgefaicponddcnjpbm
Oficiální URL https://chromewebstore.google.com/detail/fl-mystery-sorter/dphadlgegfppjflgefaicponddcnjpbm
Popis Show various things in Fallen London properly sorted.
Velikost souboru 11.38 KB
Počet instalací 44
Aktuální Verze 1.2.0
Poslední Aktualizace 2022-06-09
Datum Vydání 2022-04-20
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář lensvol
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/lensvol/fl-mystery-sorter
Podporované Jazyky 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": []
}