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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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": [] } |