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是由KayoticCarnige开发的Chrome扩展程序,该扩展的主要功能是“A little Chrome plugin that adds custom logos to your favorite Discord servers (see the readme on GitHub for submission details)”。

扩展截图

screenshot

下载Discord Custom Server Logos扩展crx文件

下载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
}