FL Mystery Sorter
Show various things in Fallen London properly sorted.
FL Mystery Sorter क्या है?
FL Mystery Sorter lensvol द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show various things in Fallen London properly sorted."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FL Mystery Sorter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Exactly what it says on the tin. Only for use with the "Fallen London" browser game.
एक्सटेंशन की मूल जानकारी
नाम | FL Mystery Sorter |
ID | dphadlgegfppjflgefaicponddcnjpbm |
आधिकारिक URL | https://chromewebstore.google.com/detail/fl-mystery-sorter/dphadlgegfppjflgefaicponddcnjpbm |
विवरण | Show various things in Fallen London properly sorted. |
फ़ाइल का आकार | 11.38 KB |
स्थापना संख्या | 44 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2022-06-09 |
प्रकाशन तिथि | 2022-04-20 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | lensvol |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/lensvol/fl-mystery-sorter |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FL Mystery Sorter", "description": "Show various things in Fallen London properly sorted.", "version": "1.2.0", "manifest_version": 3, "host_permissions": [ "https:\/\/www.fallenlondon.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.fallenlondon.com\/*" ], "js": [ "content.js" ], "run_at": "document_start" } ], "action": { "default_icon": { "16": "\/images\/fl-mystery-sorter-icon-16.png", "32": "\/images\/fl-mystery-sorter-icon-32.png", "48": "\/images\/fl-mystery-sorter-icon-48.png", "128": "\/images\/fl-mystery-sorter-icon-128.png" } }, "icons": { "16": "\/images\/fl-mystery-sorter-icon-16.png", "32": "\/images\/fl-mystery-sorter-icon-32.png", "48": "\/images\/fl-mystery-sorter-icon-48.png", "128": "\/images\/fl-mystery-sorter-icon-128.png" }, "web_accessible_resources": [] } |