Clan Roster Utility

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

ما هو Clan Roster Utility؟

Clan Roster Utility هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Designed for The Jedi Council Clan in the Kingdom of Loathing, this script handles new "Normal Members" and checks the boot…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Clan Roster Utility

قم بتنزيل ملفات الامتداد Clan Roster Utility بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Clan Roster Utility Clan Roster Utility
ID leifnhmpkldhmdgfdfikgfngipkoenpk
عنوان URL الرسمي https://chromewebstore.google.com/detail/clan-roster-utility/leifnhmpkldhmdgfdfikgfngipkoenpk
الوصف Designed for The Jedi Council Clan in the Kingdom of Loathing, this script handles new "Normal Members" and checks the boot…
حجم الملف 3.64 KB
عدد التثبيتات 11
النسخة الحالية 0.81
آخر تحديث 2012-12-09
تاريخ النشر 2012-12-09
المطور Unknown
نوع الدفع free
اللغات المدعومة 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"
        }
    ]
}