MH+

Improve the look of Minehut's dashboard.

Wat is MH+?

MH+ is een Chrome-extensie ontwikkeld door thehjonkening, en de belangrijkste functie is "Improve the look of Minehut's dashboard.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie MH+

Download MH+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam MH+ MH+
ID jngphlhppdhjfcbnlpkigolonbcaddme
Officiële URL https://chromewebstore.google.com/detail/mh+/jngphlhppdhjfcbnlpkigolonbcaddme
Beschrijving Improve the look of Minehut's dashboard.
Bestandsgrootte 43.41 KB
Aantal Installaties 91
Huidige Versie 1.3.5
Laatst Bijgewerkt 2022-12-23
Publicatiedatum 2021-09-16
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar thehjonkening
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/honkling/MHPlus
Help Pagina-URL https://discord.gg/zx6n4xUUHB
Ondersteunde Talen 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\/*"
    ]
}