MH+

Improve the look of Minehut's dashboard.

MH+とは何ですか?

MH+はthehjonkeningによって開発されたChromeの拡張機能で、その主な機能は「Improve the look of Minehut's dashboard.」です。

拡張機能のスクリーンショット

screenshot
screenshot

MH+拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
    ]
}