Dark Mode for Chrome

Dark mode for all websites. Use dark theme for night and daily browsing with dark reader. Night shift mode.

Dark Mode for Chromeคืออะไร?

Dark Mode for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dark-reader.app และคุณลักษณะหลักของมันคือ "Dark mode for all websites. Use dark theme for night and daily browsing with dark reader. Night shift mode."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark Mode for Chrome

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

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

                        Dark Mode and Dark Reader makes all the websites you browse into dark/night mode so that you can browse the internet without straining your eyes. It is an extremely useful chrome extension for those who use internet especially at night.

The Dark theme extension. Works with all websites!

You need to refresh all the tabs, which were opened BEFORE the dark reader was installed. You can also restart the Chrome to refresh all the tabs at once. Otherwise, dark mode and night shift mode will work only with the newly opened tabs. 

If the website has built-in night theme, you can control it directly from extension and if it doesn't like Gmail, Google Docs, Office Online, GitHub and millions others, we will convert the colors to provide you with smooth transition on dark mode.

What will you get from Dark Reader extension:
1. An easy way to create dark mode on every website. In addition, you can customize your black theme visual from Brightness, Contrast, to Saturation.

2. A Night Shift mode which changes the website's color to warmer, making it much more pleasing to watch.

You can choose to use either dark theme or night shift mode, or both. You can also quickly activate these modes with simple keyboard shortcuts. 

3. You can set up schedule for each dark theme and night shift mode, and decide when you want to auto-activate dark theme.

Also Dark for YouTube extension converts YouTube theme to a highly customizable dark charcoal/blue theme. This extension is built on top of the default YouTube theme, so it is very light-weighted compare to using themes injected by stylish or stylus extensions

Note: Remember to disable any similar Night Theme extension to prevent compatibility issues!

We hope you enjoy it.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dark Mode for Chrome Dark Mode for Chrome
ID epbpdmalnhhoggbcckpffgacohbmpapb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dark-mode-for-chrome/epbpdmalnhhoggbcckpffgacohbmpapb
คำอธิบาย Dark mode for all websites. Use dark theme for night and daily browsing with dark reader. Night shift mode.
ขนาดไฟล์ 172 KB
จำนวนการติดตั้ง 1,077,101
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-09-13
วันที่เผยแพร่ 2022-11-09
คะแนน 4.65/5 รวมทั้งหมด 570 คะแนน
ผู้พัฒนา dark-reader.app
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/darkreader/privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.0.3",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icons\/dr_16.png",
        "48": "icons\/dr_48.png",
        "128": "icons\/dr_128.png"
    },
    "background": {
        "service_worker": "javascript\/worker.js"
    },
    "action": {
        "default_title": "__MSG_titleDefault__",
        "default_icon": {
            "38": "icons\/dr_active_38.png",
            "19": "icons\/dr_active_19.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "javascript\/content.js"
            ]
        }
    ],
    "default_locale": "en",
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+Shift+E",
                "windows": "Alt+Shift+E",
                "mac": "Alt+Shift+E"
            },
            "description": "Extension On\/Off"
        },
        "darkModeToggle": {
            "suggested_key": {
                "default": "Alt+Shift+D",
                "windows": "Alt+Shift+D",
                "mac": "Alt+Shift+D"
            },
            "description": "Dark Mode On\/Off"
        },
        "nightModeToggle": {
            "suggested_key": {
                "default": "Alt+Shift+S",
                "windows": "Alt+Shift+S",
                "mac": "Alt+Shift+S"
            },
            "description": "Night Shift On\/Off"
        }
    },
    "manifest_version": 3,
    "permissions": [
        "fontSettings",
        "activeTab",
        "storage",
        "tabs",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "*:\/\/*\/*\/*"
    ]
}