SAO Sorter

Sort the official script tool characters by SAO automatically!

Wat is SAO Sorter?

SAO Sorter is een Chrome-extensie ontwikkeld door enduranto, en de belangrijkste functie is "Sort the official script tool characters by SAO automatically!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SAO Sorter

Download SAO Sorter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam SAO Sorter SAO Sorter
ID agggkddflhjfldpfimaapdpmnbllhlip
Officiële URL https://chromewebstore.google.com/detail/sao-sorter/agggkddflhjfldpfimaapdpmnbllhlip
Beschrijving Sort the official script tool characters by SAO automatically!
Bestandsgrootte 81.68 KB
Aantal Installaties 574
Huidige Versie 1.14
Laatst Bijgewerkt 2023-11-28
Publicatiedatum 2022-06-29
Beoordeling 3.67/5 Totaal 6 Beoordelingen
Ontwikkelaar enduranto
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": []
        }
    ]
}