SAO Sorter

Sort the official script tool characters by SAO automatically!

Cos'è SAO Sorter?

SAO Sorter è un'estensione di Chrome sviluppata da enduranto, e la sua funzione principale è "Sort the official script tool characters by SAO automatically!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SAO Sorter

Scarica i file di estensione SAO Sorter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome SAO Sorter SAO Sorter
ID agggkddflhjfldpfimaapdpmnbllhlip
URL Ufficiale https://chromewebstore.google.com/detail/sao-sorter/agggkddflhjfldpfimaapdpmnbllhlip
Descrizione Sort the official script tool characters by SAO automatically!
Dimensione del File 81.68 KB
Conteggio Installazioni 574
Versione Corrente 1.14
Ultimo Aggiornamento 2023-11-28
Data di Pubblicazione 2022-06-29
Valutazione 3.67/5 Totale 6 Valutazioni
Sviluppatore enduranto
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": []
        }
    ]
}