Dark Mode - Dark Reader for Сhrome

Dark Mode a classic dark theme for every website. Switch website to dark reader and for night and daily browsing.

Dark Mode - Dark Reader for Сhrome là gì?

Dark Mode - Dark Reader for Сhrome là một tiện ích mở rộng Chrome được phát triển bởi https://darktheme.org, và tính năng chính của nó là "Dark Mode a classic dark theme for every website. Switch website to dark reader and for night and daily browsing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Dark Mode - Dark Reader for Сhrome

Tải xuống các tệp mở rộng Dark Mode - Dark Reader for Сhrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Dark Mode - Dark Reader for Chrome will put dark theme on all websites, suitable for those work at night and dark reader for online news or book reading.

Apply all websites in browser into dark mode and exclude any domain from black theme for better experience. It's possible to create your own custom theme with any color you like. 

What will you get from Dark Mode extension:
- Turn on/off the dark mode manually - Click on the extension icon to turn on/off.
- Exclude/Include a site from the dark mode - Choose "Dark Mode" > "Disable/Enable for this site"
- Customize colors for websites - Change all colors you want.
- Automatic schedule - Enable "Auto ON/OFF" in the section.

No more needs to open settings one by one for different websites - just one app brings black theme across the whole net. 

Option page is now available! Useful features:
- Site exclusion. Enter a correct web address to exclude the page from black theme applying.
- Page exclusion. Optionally add domains that you don't want to apply into black theme.
- Theme changer. Create your own custom theme! Save it, rename and apply at any time.

Night Shift
Activate Night Shift mode to invert the usual light from the screen to a warmer tone, thus, preventing your eyes from harm. You can turn the tool on and off in a single click when you need it.

Night Shift and Dark Reader extension automatically shifts the colors of your browser content to warmer end of the color spectrum after dark. 

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. Extension will put dark theme on all websites, suitable for those work at night and dark reader for online news or book reading.

Feel free to ask any questions and leave comments for extension. Your feedback is very important for us!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Dark Mode - Dark Reader for Сhrome Dark Mode - Dark Reader for Сhrome
ID pjbgfifennfhnbkhoidkdchbflppjncb
URL Chính Thức https://chromewebstore.google.com/detail/dark-mode-dark-reader-for/pjbgfifennfhnbkhoidkdchbflppjncb
Mô tả Dark Mode a classic dark theme for every website. Switch website to dark reader and for night and daily browsing.
Kích Thước Tệp 659 KB
Số Lần Cài Đặt 8,814,642
Phiên Bản Hiện Tại 1.4.10
Cập Nhật Lần Cuối 2024-02-07
Ngày Phát Hành 2020-03-06
Đánh Giá 4.51/5 Tổng số 2488 Đánh Giá
Nhà Phát Triển https://darktheme.org
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://darktheme.org/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,pl,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,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__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "128": "images\/128.png",
        "64": "images\/64.png",
        "32": "images\/32.png"
    },
    "background": {
        "service_worker": "scripts\/bg.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "\/scripts\/content\/inject.js"
            ],
            "css": [
                "css\/inject.css"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": "assets\/icons\/dark\/128.png"
    },
    "options_page": "\u0441omponents\/options.html",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "contextMenus",
        "webNavigation"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "version": "1.4.10"
}