SAO Sorter

Sort the official script tool characters by SAO automatically!

SAO Sorterคืออะไร?

SAO Sorter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย enduranto และคุณลักษณะหลักของมันคือ "Sort the official script tool characters by SAO automatically!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SAO Sorter

ดาวน์โหลดไฟล์ส่วนขยาย SAO Sorter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SAO Sorter SAO Sorter
ID agggkddflhjfldpfimaapdpmnbllhlip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sao-sorter/agggkddflhjfldpfimaapdpmnbllhlip
คำอธิบาย Sort the official script tool characters by SAO automatically!
ขนาดไฟล์ 81.68 KB
จำนวนการติดตั้ง 574
เวอร์ชันปัจจุบัน 1.14
อัปเดตครั้งล่าสุด 2023-11-28
วันที่เผยแพร่ 2022-06-29
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา enduranto
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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": []
        }
    ]
}