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