Auto Dark Theme for Discord
Make Discord automatically match your system's dark/light theme.
Auto Dark Theme for Discordคืออะไร?
Auto Dark Theme for Discord เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zachary Yaro และคุณลักษณะหลักของมันคือ "Make Discord automatically match your system's dark/light theme."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Dark Theme for Discord
ดาวน์โหลดไฟล์ส่วนขยาย Auto Dark Theme for Discord ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
**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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cgkdheeipiadhlejpoaemnamdjkdooao |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/auto-dark-theme-for-disco/cgkdheeipiadhlejpoaemnamdjkdooao |
คำอธิบาย | Make Discord automatically match your system's dark/light theme. |
ขนาดไฟล์ | 25.21 KB |
จำนวนการติดตั้ง | 75 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-06-13 |
วันที่เผยแพร่ | 2020-09-22 |
คะแนน | 2.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Zachary Yaro |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://zmyaro.com/extensions/autotheme |
ภาษาที่รองรับ | 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" ] } ] } |