MH+

Improve the look of Minehut's dashboard.

Qu'est-ce que MH+ ?

MH+ est une extension Chrome développée par thehjonkening, et sa fonction principale est "Improve the look of Minehut's dashboard.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension MH+

Téléchargez les fichiers d'extension MH+ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom MH+ MH+
ID jngphlhppdhjfcbnlpkigolonbcaddme
URL Officiel https://chromewebstore.google.com/detail/mh+/jngphlhppdhjfcbnlpkigolonbcaddme
Description Improve the look of Minehut's dashboard.
Taille du Fichier 43.41 KB
Nombre d'Installations 91
Version Actuelle 1.3.5
Dernière Mise à Jour 2022-12-23
Date de Publication 2021-09-16
Évaluation 5.00/5 Total 5 Évaluations
Développeur thehjonkening
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/honkling/MHPlus
URL de la Page d'Aide https://discord.gg/zx6n4xUUHB
Langues Prises en Charge 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\/*"
    ]
}