FL Quality Lantern
Reveal hidden Qualities in Fallen London storylets
什么是FL Quality Lantern?
FL Quality Lantern是由lensvol开发的Chrome扩展程序,该扩展的主要功能是“Reveal hidden Qualities in Fallen London storylets”。
扩展截图
下载FL Quality Lantern扩展crx文件
下载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 |
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\/*" ] } ] } |