Discord Enhancer
This extension will allow you to hide server/channel/member list on Discord
What is Discord Enhancer?
Discord Enhancer is a Chrome extension developed by dr_ph4nt0m, and its main feature is "This extension will allow you to hide server/channel/member list on Discord".
Extension Screenshots
Download Discord Enhancer Extension CRX File
Download Discord Enhancer 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
If you like to keep discord open while working on other stuff, this extension will allow you to hide the server list, channel list and member list for the discord.com website. This will allow to keep the window as small as possible without loosing the main message part of the website.
Extension Basic Information
Name | |
ID | pcmklkffcneafillgbbpphkkofelpedo |
Official URL | https://chrome.google.com/webstore/detail/discord-enhancer/pcmklkffcneafillgbbpphkkofelpedo |
Description | This extension will allow you to hide server/channel/member list on Discord |
File Size | 61.16 KB |
Installation Count | 725 |
Current Version | 1.0 |
Last Updated | 2020-10-07 |
Publish Date | 2020-10-07 |
Rating | 1.67/5 Total 3 Ratings |
Developer | dr_ph4nt0m |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Discord Enhancer", "description": "This extension will allow you to hide server\/channel\/member list on Discord", "version": "1.0", "browser_action": { "default_title": "Discord Enhancer", "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/discord.com\/*" ] } ] } |