FL Mystery Sorter

Show various things in Fallen London properly sorted.

O que é FL Mystery Sorter?

FL Mystery Sorter é uma extensão do Chrome desenvolvida por lensvol, e sua principal característica é "Show various things in Fallen London properly sorted.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão FL Mystery Sorter

Baixe arquivos de extensão FL Mystery Sorter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome FL Mystery Sorter FL Mystery Sorter
ID dphadlgegfppjflgefaicponddcnjpbm
URL Oficial https://chromewebstore.google.com/detail/fl-mystery-sorter/dphadlgegfppjflgefaicponddcnjpbm
Descrição Show various things in Fallen London properly sorted.
Tamanho do Arquivo 11.38 KB
Contagem de Instalações 44
Versão Atual 1.2.0
Última Atualização 2022-06-09
Data de Publicação 2022-04-20
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor lensvol
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/lensvol/fl-mystery-sorter
Idiomas Suportados 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": []
}