RotMG+

Clean RotMG's official page and resize the game to fit the window.

Wat is RotMG+?

RotMG+ is een Chrome-extensie ontwikkeld door http://www.nellyath.com, en de belangrijkste functie is "Clean RotMG's official page and resize the game to fit the window.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie RotMG+

Download RotMG+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam RotMG+ RotMG+
ID hmhnbjigfdichoogkoienegkdkcdgklb
Officiële URL https://chrome.google.com/webstore/detail/rotmg+/hmhnbjigfdichoogkoienegkdkcdgklb
Beschrijving Clean RotMG's official page and resize the game to fit the window.
Bestandsgrootte 166 KB
Aantal Installaties 238
Huidige Versie 1.0.1
Laatst Bijgewerkt 2014-04-15
Publicatiedatum 2014-04-15
Beoordeling 4.20/5 Totaal 10 Beoordelingen
Ontwikkelaar http://www.nellyath.com
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RotMG+",
    "description": "Clean RotMG's official page and resize the game to fit the window.",
    "version": "1.0.1",
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "RotMG+"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.realmofthemadgod.com\/"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}