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
公式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"
    }
}