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)".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Discord Custom Server Logos
Λήψη αρχείων επέκτασης Discord Custom Server Logos σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Submissions can be made here: https://forms.gle/W6xGZqTQgG2eUftT7
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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 } |