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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Auto Dark Theme for Discord 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        **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.                    

확장 프로그램 기본 정보

이름 Auto Dark Theme for Discord Auto Dark Theme for Discord
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"
            ]
        }
    ]
}