FL Mystery Sorter
Show various things in Fallen London properly sorted.
ما هو FL Mystery Sorter؟
FL Mystery Sorter هو إضافة Chrome تم تطويرها بواسطة lensvol، والميزة الرئيسية لها هي "Show various things in Fallen London properly sorted.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FL Mystery Sorter
قم بتنزيل ملفات الامتداد FL Mystery Sorter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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": [] } |