Mutant Genetic Gladiators Tool

Mutant Genetic Gladiators Tool

Mutant Genetic Gladiators Toolคืออะไร?

Mutant Genetic Gladiators Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cbsarge และคุณลักษณะหลักของมันคือ "Mutant Genetic Gladiators Tool"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mutant Genetic Gladiators Tool

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mutant Genetic Gladiators Tool 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
}