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
官方網址 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"
            ]
        }
    ]
}