Hide Discord Panels

You can hide channel list and server list using this extension.

Hide Discord Panelsとは何ですか?

Hide Discord Panelsはoytunddによって開発されたChromeの拡張機能で、その主な機能は「You can hide channel list and server list using this extension.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Pin the extension and click on it to hide channel list and/or server list.Now you have more space for other applications!You can access the source code using the website link within the store page.
Feel free to support me at https://ko-fi.com/oytundd !                    

拡張機能の基本情報

名前 Hide Discord Panels Hide Discord Panels
ID pbfhpkbikfennpgchbfjiokjngfcjgjb
公式URL https://chromewebstore.google.com/detail/hide-discord-panels/pbfhpkbikfennpgchbfjiokjngfcjgjb
説明 You can hide channel list and server list using this extension.
ファイルサイズ 11.3 KB
インストール数 23
現在のバージョン 1
最終更新日 2021-06-05
公開日 2021-05-08
開発者 oytundd
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/oytundd/hide-discord-panels
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Discord Panels",
    "version": "1",
    "manifest_version": 2,
    "description": "You can hide channel list and server list using this extension.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Hide Panels"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "https:\/\/discord.com\/channels\/*"
    ]
}