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 |
公式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 |
Eメール | [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 } |