Clan Roster Utility

Designed for The Jedi Council Clan in the Kingdom of Loathing, this script handles new "Normal Members" and checks the boot…

Apa itu Clan Roster Utility?

Clan Roster Utility adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Designed for The Jedi Council Clan in the Kingdom of Loathing, this script handles new "Normal Members" and checks the boot…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Clan Roster Utility

Unduh file ekstensi Clan Roster Utility 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

                        Designed for The Jedi Council Clan in the Kingdom of Loathing, this script handles new "Normal Members" and checks the boot checkbox for inactive users.                    

Informasi Dasar Ekstensi

Nama Clan Roster Utility Clan Roster Utility
ID leifnhmpkldhmdgfdfikgfngipkoenpk
URL Resmi https://chromewebstore.google.com/detail/clan-roster-utility/leifnhmpkldhmdgfdfikgfngipkoenpk
Deskripsi Designed for The Jedi Council Clan in the Kingdom of Loathing, this script handles new "Normal Members" and checks the boot…
Ukuran File 3.64 KB
Jumlah Instalasi 11
Versi Saat Ini 0.81
Terakhir Diperbarui 2012-12-09
Tanggal Publikasi 2012-12-09
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clan Roster Utility",
    "version": "0.81",
    "manifest_version": 2,
    "converted_from_user_script": true,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.kingdomofloathing.com\/clan_members.php*"
            ],
            "js": [
                "clanscript.user.js"
            ],
            "run_at": "document_end"
        }
    ]
}