Hide Discord Panels
You can hide channel list and server list using this extension.
What is Hide Discord Panels?
Hide Discord Panels is a Chrome extension developed by oytundd, and its main feature is "You can hide channel list and server list using this extension.".
Extension Screenshots
Download Hide Discord Panels Extension CRX File
Download Hide Discord Panels 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
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 !
Extension Basic Information
Name | Hide Discord Panels |
ID | pbfhpkbikfennpgchbfjiokjngfcjgjb |
Official URL | https://chromewebstore.google.com/detail/hide-discord-panels/pbfhpkbikfennpgchbfjiokjngfcjgjb |
Description | You can hide channel list and server list using this extension. |
File Size | 11.3 KB |
Installation Count | 23 |
Current Version | 1 |
Last Updated | 2021-06-05 |
Publish Date | 2021-05-08 |
Developer | oytundd |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/oytundd/hide-discord-panels |
Supported Languages | 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\/*" ] } |