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)

Was ist Discord Custom Server Logos?

Discord Custom Server Logos ist eine Chrome-Erweiterung, die von KayoticCarnige entwickelt wurde, und ihr Hauptmerkmal ist "A little Chrome plugin that adds custom logos to your favorite Discord servers (see the readme on GitHub for submission details)".

Erweiterungsscreenshots

screenshot

Discord Custom Server Logos-Erweiterungs-CRX-Datei herunterladen

Laden Sie Discord Custom Server Logos-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Discord Custom Server Logos Discord Custom Server Logos
ID lnebdlajjbkilmadjeicejnblepglbci
Offizielle URL https://chrome.google.com/webstore/detail/lnebdlajjbkilmadjeicejnblepglbci
Beschreibung A little Chrome plugin that adds custom logos to your favorite Discord servers (see the readme on GitHub for submission details)
Dateigröße 10.94 KB
Installationsanzahl 108
Aktuelle Version 5.0.0
Letztes Update 2023-03-19
Veröffentlichungsdatum 2021-08-29
Entwickler KayoticCarnige
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/DiscordCSL/DiscordCSL/blob/main/README.md
Unterstützte Sprachen 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
}