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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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": []
        }
    ]
}