MH+

Improve the look of Minehut's dashboard.

MH+คืออะไร?

MH+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย thehjonkening และคุณลักษณะหลักของมันคือ "Improve the look of Minehut's dashboard."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MH+

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}