FL Mystery Sorter

Show various things in Fallen London properly sorted.

What is FL Mystery Sorter?

FL Mystery Sorter is a Chrome extension developed by lensvol, and its main feature is "Show various things in Fallen London properly sorted.".

Extension Screenshots

screenshot
screenshot

Download FL Mystery Sorter Extension CRX File

Download FL Mystery Sorter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name FL Mystery Sorter FL Mystery Sorter
ID dphadlgegfppjflgefaicponddcnjpbm
Official URL https://chromewebstore.google.com/detail/fl-mystery-sorter/dphadlgegfppjflgefaicponddcnjpbm
Description Show various things in Fallen London properly sorted.
File Size 11.38 KB
Installation Count 44
Current Version 1.2.0
Last Updated 2022-06-09
Publish Date 2022-04-20
Rating 5.00/5 Total 2 Ratings
Developer lensvol
Email [email protected]
Payment Type free
Extension Website https://github.com/lensvol/fl-mystery-sorter
Supported Languages 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": []
}