Hide Discord Sidebar

Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.

Hide Discord Sidebarคืออะไร?

Hide Discord Sidebar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Galaxycat และคุณลักษณะหลักของมันคือ "Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list."

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

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

ดาวน์โหลดไฟล์ส่วนขยาย Hide Discord Sidebar ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hide Discord Sidebar Hide Discord Sidebar
ID hpjoojmpanohihjeeeolafpnfeddgcpn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hide-discord-sidebar/hpjoojmpanohihjeeeolafpnfeddgcpn
คำอธิบาย Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.
ขนาดไฟล์ 6.01 KB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 6.9
อัปเดตครั้งล่าสุด 2019-05-04
วันที่เผยแพร่ 2019-05-04
ผู้พัฒนา Galaxycat
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://galaxycat.ca/chrome/webstore/Privacy-Policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Discord Sidebar",
    "short_name": "Hide Discord Bar",
    "version": "6.9",
    "description": "Installs an unfolding sidebar for Discord channels and a button that hides\/shows the Discord server list.",
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*.discordapp.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.discordapp.com\/*"
            ],
            "css": [
                "hide-discord-sidebar.css"
            ],
            "js": [
                "hide-discord-sidebar.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png"
    }
}