MH+

Improve the look of Minehut's dashboard.

MH+ là gì?

MH+ là một tiện ích mở rộng Chrome được phát triển bởi thehjonkening, và tính năng chính của nó là "Improve the look of Minehut's dashboard.".

Ả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 MH+

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

                        MH+ is an extension designed to improve the look & feel of the Minehut dashboard with brand new themes, and more to come.                    

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

Tên MH+ MH+
ID jngphlhppdhjfcbnlpkigolonbcaddme
URL Chính Thức https://chromewebstore.google.com/detail/mh+/jngphlhppdhjfcbnlpkigolonbcaddme
Mô tả Improve the look of Minehut's dashboard.
Kích Thước Tệp 43.41 KB
Số Lần Cài Đặt 91
Phiên Bản Hiện Tại 1.3.5
Cập Nhật Lần Cuối 2022-12-23
Ngày Phát Hành 2021-09-16
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển thehjonkening
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/honkling/MHPlus
URL Trang Trợ Giúp https://discord.gg/zx6n4xUUHB
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MH+",
    "description": "Improve the look of Minehut's dashboard.",
    "version": "1.3.5",
    "icons": {
        "48": "images\/icon48.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*.css",
                "css\/forums\/*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/minehut.com\/*",
        "https:\/\/minehut.com\/*"
    ]
}