SAO Sorter

Sort the official script tool characters by SAO automatically!

SAO Sorter क्या है?

SAO Sorter enduranto द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sort the official script tool characters by SAO automatically!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SAO Sorter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": []
        }
    ]
}