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)

What is Discord Custom Server Logos?

Discord Custom Server Logos is a Chrome extension developed by KayoticCarnige, and its main feature is "A little Chrome plugin that adds custom logos to your favorite Discord servers (see the readme on GitHub for submission details)".

Extension Screenshots

screenshot

Download Discord Custom Server Logos Extension CRX File

Download Discord Custom Server Logos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Discord Custom Server Logos Discord Custom Server Logos
ID lnebdlajjbkilmadjeicejnblepglbci
Official URL https://chrome.google.com/webstore/detail/lnebdlajjbkilmadjeicejnblepglbci
Description A little Chrome plugin that adds custom logos to your favorite Discord servers (see the readme on GitHub for submission details)
File Size 10.94 KB
Installation Count 108
Current Version 5.0.0
Last Updated 2023-03-19
Publish Date 2021-08-29
Developer KayoticCarnige
Email [email protected]
Payment Type free
Extension Website https://github.com/DiscordCSL/DiscordCSL/blob/main/README.md
Supported Languages 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
}