SAO Sorter

Sort the official script tool characters by SAO automatically!

Co to jest SAO Sorter?

SAO Sorter to rozszerzenie Chrome opracowane przez enduranto, a jego główną funkcją jest „Sort the official script tool characters by SAO automatically!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SAO Sorter

Pobierz pliki rozszerzeń SAO Sorter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa SAO Sorter SAO Sorter
ID agggkddflhjfldpfimaapdpmnbllhlip
Oficjalny URL https://chromewebstore.google.com/detail/sao-sorter/agggkddflhjfldpfimaapdpmnbllhlip
Opis Sort the official script tool characters by SAO automatically!
Rozmiar pliku 81.68 KB
Liczba instalacji 574
Aktualna Wersja 1.14
Ostatnia Aktualizacja 2023-11-28
Data Publikacji 2022-06-29
Ocena 3.67/5 Łącznie 6 Oceny
Deweloper enduranto
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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": []
        }
    ]
}