RotMG+

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

什么是RotMG+?

RotMG+是由http://www.nellyath.com开发的Chrome扩展程序,该扩展的主要功能是“Clean RotMG's official page and resize the game to fit the window.”。

扩展截图

screenshot

下载RotMG+扩展crx文件

下载RotMG+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 RotMG+ RotMG+
ID hmhnbjigfdichoogkoienegkdkcdgklb
官方URL https://chrome.google.com/webstore/detail/rotmg+/hmhnbjigfdichoogkoienegkdkcdgklb
简介 Clean RotMG's official page and resize the game to fit the window.
文件大小 166 KB
安装次数 238
当前版本 1.0.1
更新时间 2014-04-15
上架时间 2014-04-15
评分 4.20/5 共10次评分
开发者 http://www.nellyath.com
付费类型 free
支持的语言 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"
            ]
        }
    ]
}