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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } ] } |