Mutant Genetic Gladiators Tool

Mutant Genetic Gladiators Tool

Mutant Genetic Gladiators Tool là gì?

Mutant Genetic Gladiators Tool là một tiện ích mở rộng Chrome được phát triển bởi cbsarge, và tính năng chính của nó là "Mutant Genetic Gladiators Tool".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mutant Genetic Gladiators Tool

Tải xuống các tệp mở rộng Mutant Genetic Gladiators Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        ***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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mutant Genetic Gladiators Tool Mutant Genetic Gladiators Tool
ID dphpflcdminiolghfaafomecaigjhlec
URL Chính Thức https://chromewebstore.google.com/detail/mutant-genetic-gladiators/dphpflcdminiolghfaafomecaigjhlec
Mô tả Mutant Genetic Gladiators Tool
Kích Thước Tệp 112 KB
Số Lần Cài Đặt 216
Phiên Bản Hiện Tại 1.92
Cập Nhật Lần Cuối 2016-03-02
Ngày Phát Hành 2016-03-02
Đánh Giá 4.55/5 Tổng số 108 Đánh Giá
Nhà Phát Triển cbsarge
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}