SAO Sorter

Sort the official script tool characters by SAO automatically!

Was ist SAO Sorter?

SAO Sorter ist eine Chrome-Erweiterung, die von enduranto entwickelt wurde, und ihr Hauptmerkmal ist "Sort the official script tool characters by SAO automatically!".

Erweiterungsscreenshots

screenshot

SAO Sorter-Erweiterungs-CRX-Datei herunterladen

Laden Sie SAO Sorter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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/                    

Grundlegende Informationen zur Erweiterung

Name SAO Sorter SAO Sorter
ID agggkddflhjfldpfimaapdpmnbllhlip
Offizielle URL https://chromewebstore.google.com/detail/sao-sorter/agggkddflhjfldpfimaapdpmnbllhlip
Beschreibung Sort the official script tool characters by SAO automatically!
Dateigröße 81.68 KB
Installationsanzahl 574
Aktuelle Version 1.14
Letztes Update 2023-11-28
Veröffentlichungsdatum 2022-06-29
Bewertung 3.67/5 Insgesamt 6 Bewertungen
Entwickler enduranto
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": []
        }
    ]
}