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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://messengerblack.com และคุณลักษณะหลักของมันคือ "Scheduled Dark Mode for Facebook Messenger, now including Sunset to Sunrise controls."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Messenger Black: Scheduled Dark Mode

ดาวน์โหลดไฟล์ส่วนขยาย Messenger Black: Scheduled Dark Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}