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文件
下载Mutant Genetic Gladiators Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
***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 扩展基本信息
| 名称 | |
| 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
} | |