SAO Sorter

Sort the official script tool characters by SAO automatically!

什么是SAO Sorter?

SAO Sorter是由enduranto开发的Chrome扩展程序,该扩展的主要功能是“Sort the official script tool characters by SAO automatically!”。

扩展截图

screenshot

下载SAO Sorter扩展crx文件

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