Clan Roster Utility

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

O que é Clan Roster Utility?

Clan Roster Utility é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Designed for The Jedi Council Clan in the Kingdom of Loathing, this script handles new "Normal Members" and checks the boot…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Clan Roster Utility

Baixe arquivos de extensão Clan Roster Utility no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Clan Roster Utility Clan Roster Utility
ID leifnhmpkldhmdgfdfikgfngipkoenpk
URL Oficial https://chromewebstore.google.com/detail/clan-roster-utility/leifnhmpkldhmdgfdfikgfngipkoenpk
Descrição Designed for The Jedi Council Clan in the Kingdom of Loathing, this script handles new "Normal Members" and checks the boot…
Tamanho do Arquivo 3.64 KB
Contagem de Instalações 11
Versão Atual 0.81
Última Atualização 2012-12-09
Data de Publicação 2012-12-09
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}