RotMG+

RotMG+

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

Additional files are visible only to premium users

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"
      ]
    }
  ]
}