Discord++
Adds numerous features to discord
ما هو Discord++؟
Discord++ هو إضافة Chrome تم تطويرها بواسطة DevStoreMaker، والميزة الرئيسية لها هي "Adds numerous features to discord".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Discord++
قم بتنزيل ملفات الامتداد Discord++ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This chrome extension adds some extra menu options within the discord webapp. These features include: A "Darker Theme" for discord, an expletive filter that can be turned on and off, and a couple of smaller easter-eggs. Note: Due to privacy concerns, most names and icons are removed in the demo images
معلومات أساسية عن التمديد
الاسم | |
ID | jcecehccgdjipjfchodbffgbgophlbec |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/discord++/jcecehccgdjipjfchodbffgbgophlbec |
الوصف | Adds numerous features to discord |
حجم الملف | 223 KB |
عدد التثبيتات | 6,000 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-03-24 |
تاريخ النشر | 2020-03-24 |
تقييم | 1.54/5 مجموع تقييمات 35 |
المطور | DevStoreMaker |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Discord++", "version": "1.0", "description": "Adds numerous features to discord", "manifest_version": 2, "permissions": [ "https:\/\/discordapp.com\/*", "storage" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/discordapp.com\/*" ], "js": [ "background.js" ] } ], "web_accessible_resources": [ "darker.css", "badwords.txt" ], "icons": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "128": "logo128.png" } } |