FL Quality Lantern
Reveal hidden Qualities in Fallen London storylets
What is FL Quality Lantern?
FL Quality Lantern is a Chrome extension developed by lensvol, and its main feature is "Reveal hidden Qualities in Fallen London storylets".
Extension Screenshots
Download FL Quality Lantern Extension CRX File
Download FL Quality Lantern extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | FL Quality Lantern |
ID | nfcdmekbapinhphlejdjghnnmlbahpaf |
Official URL | https://chromewebstore.google.com/detail/fl-quality-lantern/nfcdmekbapinhphlejdjghnnmlbahpaf |
Description | Reveal hidden Qualities in Fallen London storylets |
File Size | 12.27 KB |
Installation Count | 65 |
Current Version | 1.2.3 |
Last Updated | 2023-08-08 |
Publish Date | 2023-08-08 |
Developer | lensvol |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/lensvol/fl-quality-lantern |
Help Page URL | https://github.com/lensvol/fl-quality-lantern/issues |
Supported Languages | 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\/*" ] } ] } |