Better Discord Web unofficial

Better Discord Web unofficial

ما هو Better Discord Web unofficial؟

Better Discord Web unofficial هو إضافة Chrome تم تطويرها بواسطة mrlutotech، والميزة الرئيسية لها هي "Better Discord Web unofficial".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Better Discord Web unofficial

قم بتنزيل ملفات الامتداد Better Discord Web unofficial بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Our Chrome Extension is specially designed to enhance your Discord experience. With this extension, you can customize your Discord experience to your personal preferences. It is based on Better Discord and offers Theme customization and in the future you can add plugins. Our extension is easy to use and will take your Discord experience to the next level. Download it now and discover how simple it is to customize your Discord experience.

credits to better discord to inspire me to make this.
https://betterdiscord.app/                    

معلومات أساسية عن التمديد

الاسم Better Discord Web unofficial Better Discord Web unofficial
ID gdicgodoiikpogmgoihoipfagfcnfcnc
عنوان URL الرسمي https://chromewebstore.google.com/detail/better-discord-web-unoffi/gdicgodoiikpogmgoihoipfagfcnfcnc
الوصف Better Discord Web unofficial
حجم الملف 38.89 KB
عدد التثبيتات 3,262
النسخة الحالية 1.2.1
آخر تحديث 2023-02-04
تاريخ النشر 2023-02-01
تقييم 3.82/5 مجموع تقييمات 22
المطور mrlutotech
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/MrLuto/better-discord-chrome-extension-unoficcial
عنوان صفحة المساعدة https://github.com/MrLuto/better-discord-chrome-extension-unoficcial
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Discord Web unofficial",
    "short_name": "BD Web unofficial",
    "version": "1.2.1",
    "description": "Better Discord Web unofficial",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png",
        "256": "logo.png"
    },
    "background": {
        "service_worker": "src\/background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "optional_host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}