FL Quality Lantern

Reveal hidden Qualities in Fallen London storylets

Apa itu FL Quality Lantern?

FL Quality Lantern adalah ekstensi Chrome yang dikembangkan oleh lensvol, dan fitur utamanya adalah "Reveal hidden Qualities in Fallen London storylets".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi FL Quality Lantern

Unduh file ekstensi FL Quality Lantern dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama FL Quality Lantern FL Quality Lantern
ID nfcdmekbapinhphlejdjghnnmlbahpaf
URL Resmi https://chromewebstore.google.com/detail/fl-quality-lantern/nfcdmekbapinhphlejdjghnnmlbahpaf
Deskripsi Reveal hidden Qualities in Fallen London storylets
Ukuran File 12.27 KB
Jumlah Instalasi 65
Versi Saat Ini 1.2.3
Terakhir Diperbarui 2023-08-08
Tanggal Publikasi 2023-08-08
Pengembang lensvol
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/lensvol/fl-quality-lantern
URL Halaman Bantuan https://github.com/lensvol/fl-quality-lantern/issues
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}