Clan Roster Utility
Designed for The Jedi Council Clan in the Kingdom of Loathing, this script handles new "Normal Members" and checks the boot…
What is Clan Roster Utility?
Clan Roster Utility is a Chrome extension developed by Unknown, and its main feature is "Designed for The Jedi Council Clan in the Kingdom of Loathing, this script handles new "Normal Members" and checks the boot…".
Extension Screenshots
Download Clan Roster Utility Extension CRX File
Download Clan Roster Utility extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Clan Roster Utility |
ID | leifnhmpkldhmdgfdfikgfngipkoenpk |
Official URL | 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… |
File Size | 3.64 KB |
Installation Count | 11 |
Current Version | 0.81 |
Last Updated | 2012-12-09 |
Publish Date | 2012-12-09 |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" } ] } |