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)

Wat is Discord Custom Server Logos?

Discord Custom Server Logos is een Chrome-extensie ontwikkeld door KayoticCarnige, en de belangrijkste functie is "A little Chrome plugin that adds custom logos to your favorite Discord servers (see the readme on GitHub for submission details)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Discord Custom Server Logos

Download Discord Custom Server Logos-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Discord Custom Server Logos Discord Custom Server Logos
ID lnebdlajjbkilmadjeicejnblepglbci
Officiële URL https://chrome.google.com/webstore/detail/lnebdlajjbkilmadjeicejnblepglbci
Beschrijving A little Chrome plugin that adds custom logos to your favorite Discord servers (see the readme on GitHub for submission details)
Bestandsgrootte 10.94 KB
Aantal Installaties 108
Huidige Versie 5.0.0
Laatst Bijgewerkt 2023-03-19
Publicatiedatum 2021-08-29
Ontwikkelaar KayoticCarnige
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/DiscordCSL/DiscordCSL/blob/main/README.md
Ondersteunde Talen 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
}