Hide Discord Sidebar
Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.
What is Hide Discord Sidebar?
Hide Discord Sidebar is a Chrome extension developed by Galaxycat, and its main feature is "Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.".
Extension Screenshots
Download Hide Discord Sidebar Extension CRX File
Download Hide Discord Sidebar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list.
Extension Basic Information
Name | |
ID | hpjoojmpanohihjeeeolafpnfeddgcpn |
Official URL | https://chrome.google.com/webstore/detail/hide-discord-sidebar/hpjoojmpanohihjeeeolafpnfeddgcpn |
Description | Installs an unfolding sidebar for Discord channels and a button that hides/shows the Discord server list. |
File Size | 6.01 KB |
Installation Count | 39 |
Current Version | 6.9 |
Last Updated | 2019-05-04 |
Publish Date | 2019-05-04 |
Developer | Galaxycat |
Payment Type | free |
Privacy Policy Page URL | https://galaxycat.ca/chrome/webstore/Privacy-Policy |
Supported Languages | 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" } } |