SAO Sorter

Sort the official script tool characters by SAO automatically!

Что такое SAO Sorter?

SAO Sorter - это расширение Chrome, разработанное enduranto, и его основная функция - "Sort the official script tool characters by SAO automatically!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения SAO Sorter

Скачайте файлы расширений 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": []
        }
    ]
}