Auto Dark Theme for Discord
Make Discord automatically match your system's dark/light theme.
Auto Dark Theme for Discord là gì?
Auto Dark Theme for Discord là một tiện ích mở rộng Chrome được phát triển bởi Zachary Yaro, và tính năng chính của nó là "Make Discord automatically match your system's dark/light theme.".
Ả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 Auto Dark Theme for Discord
Tải xuống các tệp mở rộng Auto Dark Theme for Discord 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
**This extension is now obsolete due to Discord adding the “Sync with computer” option under User Settings → Appearance → Theme.** Original description: You can set Discord to have a dark or light theme, but not to have it match your operating system dark/light theme. This extension matches your Discord theme to your system theme. It does not modify the theme setting in your Discord profile, so if you use it on multiple devices, it will match each device's system theme.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cgkdheeipiadhlejpoaemnamdjkdooao |
URL Chính Thức | https://chromewebstore.google.com/detail/auto-dark-theme-for-disco/cgkdheeipiadhlejpoaemnamdjkdooao |
Mô tả | Make Discord automatically match your system's dark/light theme. |
Kích Thước Tệp | 25.21 KB |
Số Lần Cài Đặt | 75 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-06-13 |
Ngày Phát Hành | 2020-09-22 |
Đánh Giá | 2.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Zachary Yaro |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://zmyaro.com/extensions/autotheme |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Dark Theme for Discord", "version": "1.0", "description": "Make Discord automatically match your system's dark\/light theme.", "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "96": "images\/icon_96.png", "128": "images\/icon_128.png", "256": "images\/icon_256.png" }, "permissions": [ "*:\/\/discord.com\/channels\/*", "*:\/\/discordapp.com\/channels\/*" ], "content_scripts": [ { "matches": [ "*:\/\/discord.com\/channels\/*", "*:\/\/discordapp.com\/channels\/*" ], "js": [ "content_script.js" ] } ] } |