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
Eメール [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": []
        }
    ]
}