FL Quality Lantern
Reveal hidden Qualities in Fallen London storylets
FL Quality Lantern là gì?
FL Quality Lantern là một tiện ích mở rộng Chrome được phát triển bởi lensvol, và tính năng chính của nó là "Reveal hidden Qualities in Fallen London storylets".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FL Quality Lantern
Tải xuống các tệp mở rộng FL Quality Lantern dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FL Quality Lantern |
ID | nfcdmekbapinhphlejdjghnnmlbahpaf |
URL Chính Thức | https://chromewebstore.google.com/detail/fl-quality-lantern/nfcdmekbapinhphlejdjghnnmlbahpaf |
Mô tả | Reveal hidden Qualities in Fallen London storylets |
Kích Thước Tệp | 12.27 KB |
Số Lần Cài Đặt | 65 |
Phiên Bản Hiện Tại | 1.2.3 |
Cập Nhật Lần Cuối | 2023-08-08 |
Ngày Phát Hành | 2023-08-08 |
Nhà Phát Triển | lensvol |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/lensvol/fl-quality-lantern |
URL Trang Trợ Giúp | https://github.com/lensvol/fl-quality-lantern/issues |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |