MnB2+

Adds additional features for MnB2, a WWII tactical sandbox game. Features include: - Community Quakenet IRC - Compact MnB2 wiki

MnB2+ là gì?

MnB2+ là một tiện ích mở rộng Chrome được phát triển bởi Reid, và tính năng chính của nó là "Adds additional features for MnB2, a WWII tactical sandbox game. Features include: - Community Quakenet IRC - Compact MnB2 wiki".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng MnB2+ 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

                        Adds additional features for MnB2, a WWII tactical sandbox game.


Features include:

- Community Quakenet IRC
- Compact MnB2 wiki                    

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

Tên MnB2+ MnB2+
ID jbiahjmlflmfbffiadfjffbdkjioimfp
URL Chính Thức https://chromewebstore.google.com/detail/mnb2+/jbiahjmlflmfbffiadfjffbdkjioimfp
Mô tả Adds additional features for MnB2, a WWII tactical sandbox game. Features include: - Community Quakenet IRC - Compact MnB2 wiki
Kích Thước Tệp 146 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2015-01-29
Ngày Phát Hành 2015-01-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Reid
Loại Thanh Toán free
Trang Web Mở Rộng http://mudandblood.net/
URL Trang Trợ Giúp http://mudandblood.net/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MnB2+",
    "icons": {
        "48": "icon48.png"
    },
    "version": "1.5.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "contentscript.js",
                "jquery-1.11.2.min.js"
            ],
            "matches": [
                "http:\/\/mudandblood.net\/mudandblood2.swf",
                "http:\/\/www.mudandblood.net\/mudandblood2.swf"
            ],
            "all_frames": true
        },
        {
            "js": [
                "wikiscript.js"
            ],
            "css": [
                "wiki.css"
            ],
            "matches": [
                "http:\/\/mudandblood.net\/wiki\/*"
            ],
            "all_frames": true
        },
        {
            "css": [
                "irc.css"
            ],
            "matches": [
                "http:\/\/webchat.quakenet.org\/"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "irc.html",
        "wiki.css",
        "wiki.html",
        "foundation\/*",
        "jquery-1.11.2.min.js",
        "wiki2.html",
        "gamewindow.css",
        "wh.js"
    ]
}