MBN DarkTheme

Apply a custom theme to MBN

MBN DarkThemeとは何ですか?

MBN DarkThemeはVincent Sahlerによって開発されたChromeの拡張機能で、その主な機能は「Apply a custom theme to MBN」です。

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

screenshot

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

MBN DarkTheme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension provides a mod for MBN which apply a custom css, basically creating a dark mode MBN                    

拡張機能の基本情報

名前 MBN DarkTheme MBN DarkTheme
ID egkpfobbbpgfpbcjgogfkjfbikgbaedk
公式URL https://chromewebstore.google.com/detail/mbn-darktheme/egkpfobbbpgfpbcjgogfkjfbikgbaedk
説明 Apply a custom theme to MBN
ファイルサイズ 7.54 KB
インストール数 43
現在のバージョン 1.3
最終更新日 2022-02-12
公開日 2021-12-13
評価 5.00/5 合計 2 レビュー
開発者 Vincent Sahler
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/vsahler/mbn-darktheme
ヘルプページのURL https://github.com/vsahler/mbn-darktheme/issues
対応言語 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MBN DarkTheme",
    "description": "Apply a custom theme to MBN",
    "version": "1.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.monbureaunumerique.fr\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.moodle.monbureaunumerique.fr\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "128": "icons\/128.png"
    }
}