Discord Enhancer
This extension will allow you to hide server/channel/member list on Discord
Discord Enhancer क्या है?
Discord Enhancer dr_ph4nt0m द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will allow you to hide server/channel/member list on Discord"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Discord Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pcmklkffcneafillgbbpphkkofelpedo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/discord-enhancer/pcmklkffcneafillgbbpphkkofelpedo |
विवरण | This extension will allow you to hide server/channel/member list on Discord |
फ़ाइल का आकार | 61.16 KB |
स्थापना संख्या | 725 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-10-07 |
प्रकाशन तिथि | 2020-10-07 |
रेटिंग | 1.67/5 कुल 3 रेटिंग्स |
डेवलपर | dr_ph4nt0m |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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\/*" ] } ] } |