Mutant Genetic Gladiators Tool

Mutant Genetic Gladiators Tool

Mutant Genetic Gladiators Tool क्या है?

Mutant Genetic Gladiators Tool cbsarge द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mutant Genetic Gladiators Tool"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mutant Genetic Gladiators Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
}