FL Mystery Sorter

Show various things in Fallen London properly sorted.

Τι είναι το FL Mystery Sorter;

Το FL Mystery Sorter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον lensvol, και η κύρια λειτουργία του είναι "Show various things in Fallen London properly sorted.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης FL Mystery Sorter

Λήψη αρχείων επέκτασης FL Mystery Sorter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα FL Mystery Sorter FL Mystery Sorter
ID dphadlgegfppjflgefaicponddcnjpbm
Επίσημο URL https://chromewebstore.google.com/detail/fl-mystery-sorter/dphadlgegfppjflgefaicponddcnjpbm
Περιγραφή Show various things in Fallen London properly sorted.
Μέγεθος Αρχείου 11.38 KB
Αριθμός Εγκαταστάσεων 44
Τρέχουσα Έκδοση 1.2.0
Τελευταία Ενημέρωση 2022-06-09
Ημερομηνία Δημοσίευσης 2022-04-20
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής lensvol
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/lensvol/fl-mystery-sorter
Υποστηριζόμενες Γλώσσες 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": []
}