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是由Zachary Yaro開發的Chrome擴展程式,該擴展的主要功能是“Make Discord automatically match your system's dark/light theme.”。
擴展截圖
下載Auto Dark Theme for Discord擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |