SAO Sorter

Sort the official script tool characters by SAO automatically!

SAO Sorter là gì?

SAO Sorter là một tiện ích mở rộng Chrome được phát triển bởi enduranto, và tính năng chính của nó là "Sort the official script tool characters by SAO automatically!".

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

screenshot

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

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

                        Sorts the characters for a custom script for the game Blood on the clocktower on the script tool website https://script.bloodontheclocktower.com/ by SAO (Standard Amy Order)

Extension version of https://botc-tools.vercel.app/sao-sorter/                    

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

Tên SAO Sorter SAO Sorter
ID agggkddflhjfldpfimaapdpmnbllhlip
URL Chính Thức https://chromewebstore.google.com/detail/sao-sorter/agggkddflhjfldpfimaapdpmnbllhlip
Mô tả Sort the official script tool characters by SAO automatically!
Kích Thước Tệp 81.68 KB
Số Lần Cài Đặt 574
Phiên Bản Hiện Tại 1.14
Cập Nhật Lần Cuối 2023-11-28
Ngày Phát Hành 2022-06-29
Đánh Giá 3.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển enduranto
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SAO Sorter",
    "version": "1.14",
    "description": "Sort the official script tool characters by SAO automatically!",
    "permissions": [],
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/script.bloodontheclocktower.com\/"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "order.json"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}