Messenger Black: Scheduled Dark Mode

Scheduled Dark Mode for Facebook Messenger, now including Sunset to Sunrise controls.

Messenger Black: Scheduled Dark Mode란 무엇입니까?

Messenger Black: Scheduled Dark Mode은(는) https://messengerblack.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scheduled Dark Mode for Facebook Messenger, now including Sunset to Sunrise controls."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Messenger Black: Scheduled Dark Mode 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Embrace your dark side with Messenger Black, a dramatic new look for Facebook Messenger. Flip the switch and watch the background dim and your messages take center stage, becoming more vivid and easy on the eyes. And now with Scheduled and Sunset to Sunrise modes, you can tune your messaging experience to the sun's natural rhythm.

FEATURES:

Messenger Black features three modes designed to help you get the most out of Dark Mode, whatever your uses might be:

🎛 Manual: Put yourself in full control with a single switch to enable or disable Messenger Black. Useful if you want to always have Dark Mode on.

⏰ Scheduled: Set a start and stop time from which you want Messenger Black to run. Useful if you want to align Messenger Black with your own schedule or home automation system.

🌅 Sunset to Sunrise: Our most sophisticated mode yet, Sunset to Sunrise automatically turns Messenger Black on at sunset and off at sunrise, matching your circadian rhythm and the surrounding environment.

Each of these features can be enabled or disabled from a convenient control panel in the Chrome toolbar.


PRIVACY

Sunset to Sunrise mode in Messenger Black uses your approximate location about once per day to determine the sunset and sunrise times in your specific area. This location is only used temporarily and deleted immediately after use. For more information, please refer to our privacy policy at messengerblack.com/privacy.


SUPPORT

If you encounter any issues with Messenger Black or would like to give general feedback or suggestions, please email [email protected], and we will get back to you in one or two days.                    

확장 프로그램 기본 정보

이름 Messenger Black: Scheduled Dark Mode Messenger Black: Scheduled Dark Mode
ID aakklflhdgofndhdkjgalldlnbgpgbob
공식 URL https://chromewebstore.google.com/detail/messenger-black-scheduled/aakklflhdgofndhdkjgalldlnbgpgbob
설명 Scheduled Dark Mode for Facebook Messenger, now including Sunset to Sunrise controls.
파일 크기 9.68 MB
설치 횟수 2,828
현재 버전 1.4.1
최근 업데이트 2022-08-07
출시 날짜 2019-12-03
평점 4.19/5 총 27 개의 평점
개발자 https://messengerblack.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://messengerblack.com
도움말 페이지 URL https://messengerblack.com/support
개인정보 보호 정책 페이지 URL https://messengerblack.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Messenger Black: Scheduled Dark Mode",
    "short_name": "Messenger Black",
    "version": "1.4.1",
    "description": "Scheduled Dark Mode for Facebook Messenger, now including Sunset to Sunrise controls.",
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/*.messenger.com\/*"
    ],
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "dist\/script.js"
            ],
            "css": [
                "dist\/styles.css"
            ],
            "matches": [
                "https:\/\/*.messenger.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "page_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/ChromeExtensionIcon16.png",
            "32": "images\/ChromeExtensionIcon32.png",
            "48": "images\/ChromeExtensionIcon48.png",
            "128": "images\/ChromeExtensionIcon128.png"
        }
    },
    "icons": {
        "128": "images\/ChromeExtensionIcon128.png"
    },
    "manifest_version": 2
}