Mutant Genetic Gladiators Tool

Mutant Genetic Gladiators Tool

Qu'est-ce que Mutant Genetic Gladiators Tool ?

Mutant Genetic Gladiators Tool est une extension Chrome développée par cbsarge, et sa fonction principale est "Mutant Genetic Gladiators Tool".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mutant Genetic Gladiators Tool

Téléchargez les fichiers d'extension Mutant Genetic Gladiators Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Mutant Genetic Gladiators Tool Mutant Genetic Gladiators Tool
ID dphpflcdminiolghfaafomecaigjhlec
URL Officiel https://chromewebstore.google.com/detail/mutant-genetic-gladiators/dphpflcdminiolghfaafomecaigjhlec
Description Mutant Genetic Gladiators Tool
Taille du Fichier 112 KB
Nombre d'Installations 216
Version Actuelle 1.92
Dernière Mise à Jour 2016-03-02
Date de Publication 2016-03-02
Évaluation 4.55/5 Total 108 Évaluations
Développeur cbsarge
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}