Mutant Genetic Gladiators Tool
Mutant Genetic Gladiators Tool
Mutant Genetic Gladiators Tool란 무엇입니까?
Mutant Genetic Gladiators Tool은(는) cbsarge에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mutant Genetic Gladiators Tool"입니다.
확장 프로그램 스크린샷
Mutant Genetic Gladiators Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
***Now the selected combo stays on the last one you picked!*** Makes Mutant Genetic Gladiators a bit more playable by hiding some of the extra stuff on the screen. -Added a drop down strength/weakness chart to the status bar icon -Slight adjustment to the height of the window and drop-down size -Switched to 100% width for better fitting in browser window -Set height to 800px - should match well to most browsers -Added donate link :-) -Added links to Wiki, Forum, Game and Facebook page + new icon -Tweaked the size qualifiers for better fitting to browsers -Added a countdown timer for the special events -Changed the timer to reflect users time zone -Adding a drop down with a list of Correct Parents -Added pie chart for detrmining strength against enemies
확장 프로그램 기본 정보
이름 | Mutant Genetic Gladiators Tool |
ID | dphpflcdminiolghfaafomecaigjhlec |
공식 URL | https://chromewebstore.google.com/detail/mutant-genetic-gladiators/dphpflcdminiolghfaafomecaigjhlec |
설명 | Mutant Genetic Gladiators Tool |
파일 크기 | 112 KB |
설치 횟수 | 216 |
현재 버전 | 1.92 |
최근 업데이트 | 2016-03-02 |
출시 날짜 | 2016-03-02 |
평점 | 4.55/5 총 108 개의 평점 |
개발자 | cbsarge |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mutant Genetic Gladiators Tool", "short_name": "MGG-Tool", "version": "1.92", "description": "Mutant Genetic Gladiators Tool", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "fire-icon-48.png", "default_popup": "background.html", "default_title": "MGG TOOL is ACTIVE!" }, "content_scripts": [ { "matches": [ "*:\/\/apps.facebook.com\/*", "*:\/\/front-mutants.kobojo.com\/*", "*:\/\/s.cn.kobojo.com\/*" ], "js": [ "jquery.js", "mgg.js" ], "all_frames": true, "css": [ "mggfs.css" ] } ], "icons": { "128": "fire-icon-128.png" }, "manifest_version": 2 } |