Better Discord Web unofficial

Better Discord Web unofficial

Better Discord Web unofficialとは何ですか?

Better Discord Web unofficialはmrlutotechによって開発されたChromeの拡張機能で、その主な機能は「Better Discord Web unofficial」です。

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

screenshot
screenshot
screenshot

Better Discord Web unofficial拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Our Chrome Extension is specially designed to enhance your Discord experience. With this extension, you can customize your Discord experience to your personal preferences. It is based on Better Discord and offers Theme customization and in the future you can add plugins. Our extension is easy to use and will take your Discord experience to the next level. Download it now and discover how simple it is to customize your Discord experience.

credits to better discord to inspire me to make this.
https://betterdiscord.app/                    

拡張機能の基本情報

名前 Better Discord Web unofficial Better Discord Web unofficial
ID gdicgodoiikpogmgoihoipfagfcnfcnc
公式URL https://chromewebstore.google.com/detail/better-discord-web-unoffi/gdicgodoiikpogmgoihoipfagfcnfcnc
説明 Better Discord Web unofficial
ファイルサイズ 38.89 KB
インストール数 3,262
現在のバージョン 1.2.1
最終更新日 2023-02-04
公開日 2023-02-01
評価 3.82/5 合計 22 レビュー
開発者 mrlutotech
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/MrLuto/better-discord-chrome-extension-unoficcial
ヘルプページのURL https://github.com/MrLuto/better-discord-chrome-extension-unoficcial
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Discord Web unofficial",
    "short_name": "BD Web unofficial",
    "version": "1.2.1",
    "description": "Better Discord Web unofficial",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png",
        "256": "logo.png"
    },
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "optional_host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}