MH+

Improve the look of Minehut's dashboard.

Apa itu MH+?

MH+ adalah ekstensi Chrome yang dikembangkan oleh thehjonkening, dan fitur utamanya adalah "Improve the look of Minehut's dashboard.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi MH+

Unduh file ekstensi MH+ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama MH+ MH+
ID jngphlhppdhjfcbnlpkigolonbcaddme
URL Resmi https://chromewebstore.google.com/detail/mh+/jngphlhppdhjfcbnlpkigolonbcaddme
Deskripsi Improve the look of Minehut's dashboard.
Ukuran File 43.41 KB
Jumlah Instalasi 91
Versi Saat Ini 1.3.5
Terakhir Diperbarui 2022-12-23
Tanggal Publikasi 2021-09-16
Penilaian 5.00/5 Total 5 Penilaian
Pengembang thehjonkening
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/honkling/MHPlus
URL Halaman Bantuan https://discord.gg/zx6n4xUUHB
Bahasa yang Didukung 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\/*"
    ]
}