SAO Sorter

Sort the official script tool characters by SAO automatically!

Apa itu SAO Sorter?

SAO Sorter adalah ekstensi Chrome yang dikembangkan oleh enduranto, dan fitur utamanya adalah "Sort the official script tool characters by SAO automatically!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SAO Sorter

Unduh file ekstensi SAO Sorter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama SAO Sorter SAO Sorter
ID agggkddflhjfldpfimaapdpmnbllhlip
URL Resmi https://chromewebstore.google.com/detail/sao-sorter/agggkddflhjfldpfimaapdpmnbllhlip
Deskripsi Sort the official script tool characters by SAO automatically!
Ukuran File 81.68 KB
Jumlah Instalasi 574
Versi Saat Ini 1.14
Terakhir Diperbarui 2023-11-28
Tanggal Publikasi 2022-06-29
Penilaian 3.67/5 Total 6 Penilaian
Pengembang enduranto
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": []
        }
    ]
}