FL Mystery Sorter

Show various things in Fallen London properly sorted.

FL Mystery Sorter là gì?

FL Mystery Sorter 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à "Show various things in Fallen London properly sorted.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FL Mystery Sorter

Tải xuống các tệp mở rộng FL Mystery Sorter 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

                        Exactly what it says on the tin. Only for use with the "Fallen London" browser game.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FL Mystery Sorter FL Mystery Sorter
ID dphadlgegfppjflgefaicponddcnjpbm
URL Chính Thức https://chromewebstore.google.com/detail/fl-mystery-sorter/dphadlgegfppjflgefaicponddcnjpbm
Mô tả Show various things in Fallen London properly sorted.
Kích Thước Tệp 11.38 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2022-06-09
Ngày Phát Hành 2022-04-20
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển lensvol
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/lensvol/fl-mystery-sorter
Ngôn Ngữ Được Hỗ Trợ 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": []
}