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…".
Снимки экрана расширения
Скачать файл CRX расширения Clan Roster Utility
Скачайте файлы расширений Clan Roster Utility в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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" } ] } |