RotMG+

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

What is RotMG+?

RotMG+ is a Chrome extension developed by http://www.nellyath.com, and its main feature is "Clean RotMG's official page and resize the game to fit the window.".

Extension Screenshots

screenshot

Download RotMG+ Extension CRX File

Download RotMG+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name RotMG+ RotMG+
ID hmhnbjigfdichoogkoienegkdkcdgklb
Official URL https://chrome.google.com/webstore/detail/rotmg+/hmhnbjigfdichoogkoienegkdkcdgklb
Description Clean RotMG's official page and resize the game to fit the window.
File Size 166 KB
Installation Count 238
Current Version 1.0.1
Last Updated 2014-04-15
Publish Date 2014-04-15
Rating 4.20/5 Total 10 Ratings
Developer http://www.nellyath.com
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}