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
电子邮箱 [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\/*"
    ]
}