FL Quality Lantern

Reveal hidden Qualities in Fallen London storylets

Τι είναι το FL Quality Lantern;

Το FL Quality Lantern είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον lensvol, και η κύρια λειτουργία του είναι "Reveal hidden Qualities in Fallen London storylets".

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

screenshot

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

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

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

                        This extension allows you to see changes in the player qualities which are marked as "hidden" by the Fallen London API. Mostly of interest to data miners and Fallen London Wiki contributors.                    

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

Όνομα FL Quality Lantern FL Quality Lantern
ID nfcdmekbapinhphlejdjghnnmlbahpaf
Επίσημο URL https://chromewebstore.google.com/detail/fl-quality-lantern/nfcdmekbapinhphlejdjghnnmlbahpaf
Περιγραφή Reveal hidden Qualities in Fallen London storylets
Μέγεθος Αρχείου 12.27 KB
Αριθμός Εγκαταστάσεων 65
Τρέχουσα Έκδοση 1.2.3
Τελευταία Ενημέρωση 2023-08-08
Ημερομηνία Δημοσίευσης 2023-08-08
Προγραμματιστής lensvol
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/lensvol/fl-quality-lantern
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/lensvol/fl-quality-lantern/issues
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FL Quality Lantern",
    "description": "Reveal hidden Qualities in Fallen London storylets",
    "version": "1.2.3",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.fallenlondon.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/fl-quality-lantern-icon-16.png",
            "32": "\/images\/fl-quality-lantern-icon-32.png",
            "48": "\/images\/fl-quality-lantern-icon-48.png",
            "128": "\/images\/fl-quality-lantern-icon-128.png"
        }
    },
    "icons": {
        "16": "\/images\/fl-quality-lantern-icon-16.png",
        "32": "\/images\/fl-quality-lantern-icon-32.png",
        "48": "\/images\/fl-quality-lantern-icon-48.png",
        "128": "\/images\/fl-quality-lantern-icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/www.fallenlondon.com\/*"
            ]
        }
    ]
}