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開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載Discord Custom Server Logos擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Submissions can be made here: https://forms.gle/W6xGZqTQgG2eUftT7
擴展基本資訊
名稱 | |
ID | lnebdlajjbkilmadjeicejnblepglbci |
官方網址 | 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 } |