RotMG+

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

RotMG+ là gì?

RotMG+ là một tiện ích mở rộng Chrome được phát triển bởi http://www.nellyath.com, và tính năng chính của nó là "Clean RotMG's official page and resize the game to fit the window.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng RotMG+

Tải xuống các tệp mở rộng RotMG+ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RotMG+ RotMG+
ID hmhnbjigfdichoogkoienegkdkcdgklb
URL Chính Thức https://chrome.google.com/webstore/detail/rotmg+/hmhnbjigfdichoogkoienegkdkcdgklb
Mô tả Clean RotMG's official page and resize the game to fit the window.
Kích Thước Tệp 166 KB
Số Lần Cài Đặt 238
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2014-04-15
Ngày Phát Hành 2014-04-15
Đánh Giá 4.20/5 Tổng số 10 Đánh Giá
Nhà Phát Triển http://www.nellyath.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}