Hide Discord Panels

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

Hide Discord Panelsคืออะไร?

Hide Discord Panels เป็นส่วนขยายของ Chrome ที่พัฒนาโดย oytundd และคุณลักษณะหลักของมันคือ "You can hide channel list and server list using this extension."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide Discord Panels

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}