Discord Theme Customizer

Custom discord theme

Discord Theme Customizerとは何ですか?

Discord Theme CustomizerはThaiNphによって開発されたChromeの拡張機能で、その主な機能は「Custom discord theme」です。

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

screenshot

Discord Theme Customizer拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension append css to customize Discord web app UI. User can select themes & app icons which provide by extension.                    

拡張機能の基本情報

名前 Discord Theme Customizer Discord Theme Customizer
ID kmfkebaealpkmmdgkkfdjejjoimdoida
公式URL https://chromewebstore.google.com/detail/discord-theme-customizer/kmfkebaealpkmmdgkkfdjejjoimdoida
説明 Custom discord theme
ファイルサイズ 177 KB
インストール数 136
現在のバージョン 1.0.1
最終更新日 2023-11-29
公開日 2023-11-22
評価 4.44/5 合計 9 レビュー
開発者 ThaiNph
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Discord Theme Customizer",
    "description": "Custom discord theme",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/discord.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_page": "setting.html",
    "action": {
        "default_popup": "setting.html",
        "default_icon": {
            "16": "images\/icon.png",
            "48": "images\/icon.png"
        }
    }
}