RotMG+

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

¿Qué es RotMG+?

RotMG+ es una extensión de Chrome desarrollada por http://www.nellyath.com, y su función principal es "Clean RotMG's official page and resize the game to fit the window.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión RotMG+

Descarga archivos de extensión RotMG+ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                                            

Información Básica de la Extensión

Nombre RotMG+ RotMG+
ID hmhnbjigfdichoogkoienegkdkcdgklb
URL Oficial https://chrome.google.com/webstore/detail/rotmg+/hmhnbjigfdichoogkoienegkdkcdgklb
Descripción Clean RotMG's official page and resize the game to fit the window.
Tamaño del Archivo 166 KB
Cantidad de Instalaciones 238
Versión Actual 1.0.1
Última Actualización 2014-04-15
Fecha de Publicación 2014-04-15
Calificación 4.20/5 Total de 10 Calificaciones
Desarrollador http://www.nellyath.com
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}