Discord Enhancer
This extension will allow you to hide server/channel/member list on Discord
ما هو Discord Enhancer؟
Discord Enhancer هو إضافة Chrome تم تطويرها بواسطة dr_ph4nt0m، والميزة الرئيسية لها هي "This extension will allow you to hide server/channel/member list on Discord".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Discord Enhancer
قم بتنزيل ملفات الامتداد Discord Enhancer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/*" ] } ] } |