FL Quality Lantern
Reveal hidden Qualities in Fallen London storylets
FL Quality Lantern क्या है?
FL Quality Lantern lensvol द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reveal hidden Qualities in Fallen London storylets"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FL Quality Lantern एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } ] } |