Clan Roster Utility

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

Qu'est-ce que Clan Roster Utility ?

Clan Roster Utility est une extension Chrome développée par Unknown, et sa fonction principale est "Designed for The Jedi Council Clan in the Kingdom of Loathing, this script handles new "Normal Members" and checks the boot…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Clan Roster Utility

Téléchargez les fichiers d'extension Clan Roster Utility au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Clan Roster Utility Clan Roster Utility
ID leifnhmpkldhmdgfdfikgfngipkoenpk
URL Officiel https://chromewebstore.google.com/detail/clan-roster-utility/leifnhmpkldhmdgfdfikgfngipkoenpk
Description Designed for The Jedi Council Clan in the Kingdom of Loathing, this script handles new "Normal Members" and checks the boot…
Taille du Fichier 3.64 KB
Nombre d'Installations 11
Version Actuelle 0.81
Dernière Mise à Jour 2012-12-09
Date de Publication 2012-12-09
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}