MH+

Improve the look of Minehut's dashboard.

什么是MH+?

MH+是由thehjonkening开发的Chrome扩展程序,该扩展的主要功能是“Improve the look of Minehut's dashboard.”。

扩展截图

screenshot
screenshot

下载MH+扩展crx文件

下载MH+扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 MH+ MH+
ID jngphlhppdhjfcbnlpkigolonbcaddme
官方URL https://chromewebstore.google.com/detail/mh+/jngphlhppdhjfcbnlpkigolonbcaddme
简介 Improve the look of Minehut's dashboard.
文件大小 43.41 KB
安装次数 91
当前版本 1.3.5
更新时间 2022-12-23
上架时间 2021-09-16
评分 5.00/5 共5次评分
开发者 thehjonkening
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/honkling/MHPlus
帮助页面URL https://discord.gg/zx6n4xUUHB
支持的语言 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\/*"
    ]
}