SAO Sorter

Sort the official script tool characters by SAO automatically!

What is SAO Sorter?

SAO Sorter is a Chrome extension developed by enduranto, and its main feature is "Sort the official script tool characters by SAO automatically!".

Extension Screenshots

screenshot

Download SAO Sorter Extension CRX File

Download SAO Sorter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name SAO Sorter SAO Sorter
ID agggkddflhjfldpfimaapdpmnbllhlip
Official URL https://chromewebstore.google.com/detail/sao-sorter/agggkddflhjfldpfimaapdpmnbllhlip
Description Sort the official script tool characters by SAO automatically!
File Size 81.68 KB
Installation Count 574
Current Version 1.14
Last Updated 2023-11-28
Publish Date 2022-06-29
Rating 3.67/5 Total 6 Ratings
Developer enduranto
Email [email protected]
Payment Type free
Supported Languages 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": []
        }
    ]
}