FL Mystery Sorter

Show various things in Fallen London properly sorted.

Co to jest FL Mystery Sorter?

FL Mystery Sorter to rozszerzenie Chrome opracowane przez lensvol, a jego główną funkcją jest „Show various things in Fallen London properly sorted.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia FL Mystery Sorter

Pobierz pliki rozszerzeń FL Mystery Sorter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa FL Mystery Sorter FL Mystery Sorter
ID dphadlgegfppjflgefaicponddcnjpbm
Oficjalny URL https://chromewebstore.google.com/detail/fl-mystery-sorter/dphadlgegfppjflgefaicponddcnjpbm
Opis Show various things in Fallen London properly sorted.
Rozmiar pliku 11.38 KB
Liczba instalacji 44
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2022-06-09
Data Publikacji 2022-04-20
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper lensvol
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/lensvol/fl-mystery-sorter
Obsługiwane Języki 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": []
}