Dark Reader

Dark mode for every website. Take care of your eyes, use dark theme for night and daily browsing.

Dark Readerคืออะไร?

Dark Reader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://darkreader.org และคุณลักษณะหลักของมันคือ "Dark mode for every website. Take care of your eyes, use dark theme for night and daily browsing."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        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.

You can adjust the brightness, contrast, sepia filter, dark mode, font settings and the ignore-list.

We may ask you to support the development of the app with a donation. You may see news about Dark Reader in the settings popup. There are Developer Tools for experienced users.

Dark Reader doesn't show ads and doesn't send users' data anywhere. It's fully open-source: https://github.com/darkreader/darkreader

Before you install it, disable similar extensions. Enjoy watching!                    

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

ชื่อ Dark Reader Dark Reader
ID eimadpbcbfnmbkopoojfekhnkhdbieeh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dark-reader/eimadpbcbfnmbkopoojfekhnkhdbieeh
คำอธิบาย Dark mode for every website. Take care of your eyes, use dark theme for night and daily browsing.
ขนาดไฟล์ 700 KB
จำนวนการติดตั้ง 5,593,956
เวอร์ชันปัจจุบัน 4.9.78
อัปเดตครั้งล่าสุด 2024-03-01
วันที่เผยแพร่ 2020-06-29
คะแนน 4.71/5 รวมทั้งหมด 11108 คะแนน
ผู้พัฒนา https://darkreader.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://darkreader.org/
URL หน้านโยบายความเป็นส่วนตัว https://darkreader.org/privacy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,es,es-419,it,pl,pt-BR,pt-PT,ro,sk,sv,cs,el,sr,ru,uk,iw,fa,hi,bn,te,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dark Reader",
    "version": "4.9.78",
    "author": "Alexander Shutau",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "browser_action": {
        "default_title": "Dark Reader",
        "default_icon": {
            "19": "icons\/dr_active_19.png",
            "38": "icons\/dr_active_38.png"
        },
        "default_popup": "ui\/popup\/index.html"
    },
    "icons": {
        "16": "icons\/dr_16.png",
        "48": "icons\/dr_48.png",
        "128": "icons\/dr_128.png"
    },
    "background": {
        "persistent": true,
        "page": "background\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject\/fallback.js",
                "inject\/index.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "permissions": [
        "alarms",
        "fontSettings",
        "storage",
        "tabs",
        ""
    ],
    "optional_permissions": [
        "contextMenus"
    ],
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            },
            "description": "__MSG_toggle_extension__"
        },
        "addSite": {
            "suggested_key": {
                "default": "Alt+Shift+A"
            },
            "description": "__MSG_toggle_current_site__"
        },
        "switchEngine": {
            "description": "__MSG_theme_generation_mode__"
        }
    }
}