MH+

Improve the look of Minehut's dashboard.

What is MH+?

MH+ is a Chrome extension developed by thehjonkening, and its main feature is "Improve the look of Minehut's dashboard.".

Extension Screenshots

screenshot
screenshot

Download MH+ Extension CRX File

Download MH+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name MH+ MH+
ID jngphlhppdhjfcbnlpkigolonbcaddme
Official URL https://chromewebstore.google.com/detail/mh+/jngphlhppdhjfcbnlpkigolonbcaddme
Description Improve the look of Minehut's dashboard.
File Size 43.41 KB
Installation Count 91
Current Version 1.3.5
Last Updated 2022-12-23
Publish Date 2021-09-16
Rating 5.00/5 Total 5 Ratings
Developer thehjonkening
Email [email protected]
Payment Type free
Extension Website https://github.com/honkling/MHPlus
Help Page URL https://discord.gg/zx6n4xUUHB
Supported Languages 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\/*"
    ]
}