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是由Galaxycat開發的Chrome擴展程式,該擴展的主要功能是“Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.”。

擴展截圖

下載Hide Discord Sidebar擴展crx文件

下載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
官方網址 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"
    }
}