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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A little Chrome plugin that adds custom logos to your favorite Discord servers (see the readme on GitHub for submission details)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Discord Custom Server Logos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |