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 là gì?
Discord Custom Server Logos là một tiện ích mở rộng Chrome được phát triển bởi KayoticCarnige, và tính năng chính của nó là "A little Chrome plugin that adds custom logos to your favorite Discord servers (see the readme on GitHub for submission details)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Discord Custom Server Logos
Tải xuống các tệp mở rộng Discord Custom Server Logos dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Submissions can be made here: https://forms.gle/W6xGZqTQgG2eUftT7
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | lnebdlajjbkilmadjeicejnblepglbci |
URL Chính Thức | https://chrome.google.com/webstore/detail/lnebdlajjbkilmadjeicejnblepglbci |
Mô tả | A little Chrome plugin that adds custom logos to your favorite Discord servers (see the readme on GitHub for submission details) |
Kích Thước Tệp | 10.94 KB |
Số Lần Cài Đặt | 108 |
Phiên Bản Hiện Tại | 5.0.0 |
Cập Nhật Lần Cuối | 2023-03-19 |
Ngày Phát Hành | 2021-08-29 |
Nhà Phát Triển | KayoticCarnige |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/DiscordCSL/DiscordCSL/blob/main/README.md |
Ngôn Ngữ Được Hỗ Trợ | 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 } |