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はUnknownによって開発されたChromeの拡張機能で、その主な機能は「Designed for The Jedi Council Clan in the Kingdom of Loathing, this script handles new "Normal Members" and checks the boot…」です。
拡張機能のスクリーンショット
Clan Roster Utility拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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"
}
]
} | |