Discord Custom Server Logos

A little Chrome plugin that adds custom logos to your favorite Discord servers (see the readme on GitHub for submission details)

ما هو Discord Custom Server Logos؟

Discord Custom Server Logos هو إضافة Chrome تم تطويرها بواسطة KayoticCarnige، والميزة الرئيسية لها هي "A little Chrome plugin that adds custom logos to your favorite Discord servers (see the readme on GitHub for submission details)".

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

screenshot

تحميل ملف CRX للإضافة Discord Custom Server Logos

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

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

                        Submissions can be made here:
https://forms.gle/W6xGZqTQgG2eUftT7                    

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

الاسم Discord Custom Server Logos Discord Custom Server Logos
ID lnebdlajjbkilmadjeicejnblepglbci
عنوان URL الرسمي https://chrome.google.com/webstore/detail/lnebdlajjbkilmadjeicejnblepglbci
الوصف A little Chrome plugin that adds custom logos to your favorite Discord servers (see the readme on GitHub for submission details)
حجم الملف 10.94 KB
عدد التثبيتات 108
النسخة الحالية 5.0.0
آخر تحديث 2023-03-19
تاريخ النشر 2021-08-29
المطور KayoticCarnige
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/DiscordCSL/DiscordCSL/blob/main/README.md
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Discord Custom Server Logos",
    "version": "5.0.0",
    "author": "KayoticCarnige",
    "description": "A little Chrome plugin that adds custom logos to your favorite Discord servers (see the readme on GitHub for submission details)",
    "homepage_url": "https:\/\/kckarnige.is-a.dev\/custom-server-logos",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "256": "icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.discord.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "main.min.js"
            ]
        }
    ],
    "permissions": [
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.discord.com\/*"
    ],
    "manifest_version": 3
}