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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } |