Hide Discord Panels
You can hide channel list and server list using this extension.
ما هو Hide Discord Panels؟
Hide Discord Panels هو إضافة Chrome تم تطويرها بواسطة oytundd، والميزة الرئيسية لها هي "You can hide channel list and server list using this extension.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hide Discord Panels
قم بتنزيل ملفات الامتداد Hide Discord Panels بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 !
معلومات أساسية عن التمديد
الاسم | Hide Discord Panels |
ID | pbfhpkbikfennpgchbfjiokjngfcjgjb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/hide-discord-panels/pbfhpkbikfennpgchbfjiokjngfcjgjb |
الوصف | You can hide channel list and server list using this extension. |
حجم الملف | 11.3 KB |
عدد التثبيتات | 23 |
النسخة الحالية | 1 |
آخر تحديث | 2021-06-05 |
تاريخ النشر | 2021-05-08 |
المطور | oytundd |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/oytundd/hide-discord-panels |
اللغات المدعومة | 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\/*" ] } |