Dark Reader for Chrome

A classic Dark theme for every website. Switch any web pages to dark mode or night shift mode in one click.

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

Dark Reader for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dark dev. และคุณลักษณะหลักของมันคือ "A classic Dark theme for every website. Switch any web pages to dark mode or night shift mode in one click."

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

screenshot
screenshot
screenshot

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

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

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

                        Dark Reader - Dark Mode and Night Shift is a fast, lite and simple extension that automatically turns the colors of your browser content to warmer or darker. 

This eye-care extension enables night mode by creating dark themes for websites on the fly. Dark Reader inverts bright colors, making them high contrast and easy to read at night.

What will you get from Dark Mode extension:
1) An easy way to create dark mode on every website. In addition, you can customize your dark 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. 

Turning on reading mode protect your eyes from reading for hours. 

You can manually choose the shift from color presets, to pick up the most comfortable and calm atmosphere for your eyes during the night sessions or thru the all day long. 

Social networks, mainstream sites, and all other new tabs will be in dark mode with Dark Theme extension. No needs to open every website settings one by one - just one add-on makes every website in dark mode.

Note: 
Remember to disable any similar dark theme or night shift mode extension to prevent compatibility issues.

We really hope that our Dark Reader will be useful to you! We look forward to your feedback and ratings! Also write your suggestions for improving the functionality.                    

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

ชื่อ Dark Reader for Chrome Dark Reader for Chrome
ID omfeeokgnjnjcgdbppmnijlmdnpafmmp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dark-reader-for-chrome/omfeeokgnjnjcgdbppmnijlmdnpafmmp
คำอธิบาย A classic Dark theme for every website. Switch any web pages to dark mode or night shift mode in one click.
ขนาดไฟล์ 49.86 KB
จำนวนการติดตั้ง 11,190
เวอร์ชันปัจจุบัน 1.0.7
อัปเดตครั้งล่าสุด 2022-11-14
วันที่เผยแพร่ 2021-11-12
คะแนน 4.36/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา Dark dev.
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://dark-reader.com/privacy.html
ภาษาที่รองรับ id,ms,de,en,en-GB,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,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "1.0.7",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "scripting",
        "activeTab",
        "alarms"
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "libs\/check.js"
            ]
        }
    ],
    "action": {
        "default_title": "Reading & Dark Mode",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "icons": {
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icons\/*.*"
            ]
        }
    ],
    "manifest_version": 3
}