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
官方網址 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": []
        }
    ]
}