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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
}