Messenger Dark Theme

Simple dark theme for Facebook Messenger.

Messenger Dark Theme란 무엇입니까?

Messenger Dark Theme은(는) jerry1100에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple dark theme for Facebook Messenger."입니다.

확장 프로그램 스크린샷

screenshot

Messenger Dark Theme 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Works with the new Messenger update!

Another dark theme for Messenger? Yes, but here's why you should use this over the others:
1. It looks the best. It's clean, minimalistic, and the colors work well.
2. It's modern and well-maintained. Post an issue and I'll likely resolve it within a few days.
3. The code is simple and it's open-source. All this does is add styles to override Facebook's styles. No JavaScript, no tracking, 100% secure.

Works immediately after installing.

Post issues and suggestions here: https://github.com/jerry1100/messenger-dark-theme/issues. I'll respond!                    

확장 프로그램 기본 정보

이름 Messenger Dark Theme Messenger Dark Theme
ID eobhfnijalkolbbmdoonheekjidkoojd
공식 URL https://chromewebstore.google.com/detail/messenger-dark-theme/eobhfnijalkolbbmdoonheekjidkoojd
설명 Simple dark theme for Facebook Messenger.
파일 크기 16.76 KB
설치 횟수 10,000
현재 버전 1.13
최근 업데이트 2024-02-23
출시 날짜 2019-10-25
평점 4.83/5 총 84 개의 평점
개발자 jerry1100
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jerry1100/messenger-dark-theme
도움말 페이지 URL https://github.com/jerry1100/messenger-dark-theme/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Messenger Dark Theme",
    "version": "1.13",
    "description": "Simple dark theme for Facebook Messenger.",
    "homepage_url": "https:\/\/github.com\/jerry1100\/messenger-dark-theme",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.messenger.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}