Hide Discord Panels

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

Hide Discord Panels là gì?

Hide Discord Panels là một tiện ích mở rộng Chrome được phát triển bởi oytundd, và tính năng chính của nó là "You can hide channel list and server list using this extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hide Discord Panels

Tải xuống các tệp mở rộng Hide Discord Panels dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 !                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hide Discord Panels Hide Discord Panels
ID pbfhpkbikfennpgchbfjiokjngfcjgjb
URL Chính Thức https://chromewebstore.google.com/detail/hide-discord-panels/pbfhpkbikfennpgchbfjiokjngfcjgjb
Mô tả You can hide channel list and server list using this extension.
Kích Thước Tệp 11.3 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2021-06-05
Ngày Phát Hành 2021-05-08
Nhà Phát Triển oytundd
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/oytundd/hide-discord-panels
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}