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