ExtraChannels - Discord tool
Show extra channels
ما هو ExtraChannels - Discord tool؟
ExtraChannels - Discord tool هو إضافة Chrome تم تطويرها بواسطة ismail kharrobi، والميزة الرئيسية لها هي "Show extra channels".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ExtraChannels - Discord tool
قم بتنزيل ملفات الامتداد ExtraChannels - Discord tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
a tool that makes you able to check for extra channels that exist in a server but of course, you can't access them unless you have permission to * In case of first install and discord tab already opend you must refresh discord page * click on extension icon to turn it ON * enter any server you will find extra icon above in tool bar on discord server/ channel
معلومات أساسية عن التمديد
الاسم | ExtraChannels - Discord tool |
ID | ahheohmnbgdjaachcbogbdagoldaddlj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/extrachannels-discord-too/ahheohmnbgdjaachcbogbdagoldaddlj |
الوصف | Show extra channels |
حجم الملف | 136 KB |
عدد التثبيتات | 23 |
النسخة الحالية | 1.5.0 |
آخر تحديث | 2023-08-17 |
تاريخ النشر | 2023-08-17 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | ismail kharrobi |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/ismail-kharrobi/DiscordHiddenChannels-chromeExtension |
عنوان صفحة المساعدة | https://github.com/ismail-kharrobi/DiscordHiddenChannels-chromeExtension |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ExtraChannels - Discord tool", "description": "Show extra channels", "version": "1.5.0", "manifest_version": 3, "permissions": [ "scripting", "tabs", "activeTab", "storage", "webRequest" ], "host_permissions": [ "https:\/\/discord.com\/*" ], "minimum_chrome_version": "102", "author": "[email protected]", "web_accessible_resources": [ { "resources": [ "scripts\/assets\/tail.js" ], "matches": [ "*:\/\/discord.com\/*" ] } ], "background": { "service_worker": "scripts\/background.js", "type": "module" }, "action": { "default_title": "HiddenChannels", "default_icon": "icons\/i128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/discord.com\/*" ] } ], "externally_connectable": { "matches": [ "*:\/\/discord.com\/*" ] }, "icons": { "16": "icons\/i16.png", "32": "icons\/i32.png", "48": "icons\/i48.png", "128": "icons\/i128.png" } } |