Clan Roster Utility

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

Cos'è Clan Roster Utility?

Clan Roster Utility è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Designed for The Jedi Council Clan in the Kingdom of Loathing, this script handles new "Normal Members" and checks the boot…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Clan Roster Utility

Scarica i file di estensione Clan Roster Utility 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Clan Roster Utility Clan Roster Utility
ID leifnhmpkldhmdgfdfikgfngipkoenpk
URL Ufficiale https://chromewebstore.google.com/detail/clan-roster-utility/leifnhmpkldhmdgfdfikgfngipkoenpk
Descrizione Designed for The Jedi Council Clan in the Kingdom of Loathing, this script handles new "Normal Members" and checks the boot…
Dimensione del File 3.64 KB
Conteggio Installazioni 11
Versione Corrente 0.81
Ultimo Aggiornamento 2012-12-09
Data di Pubblicazione 2012-12-09
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}