Dark Theme - Dark Reader for Web

Dark Theme switch any web pages to dark mode. Take care of your eyes day using a dark reader or change screen brightness.

什么是Dark Theme - Dark Reader for Web?

Dark Theme - Dark Reader for Web是由Dark Theme Web开发的Chrome扩展程序,该扩展的主要功能是“Dark Theme switch any web pages to dark mode. Take care of your eyes day using a dark reader or change screen brightness.”。

扩展截图

screenshot
screenshot

下载Dark Theme - Dark Reader for Web扩展crx文件

下载Dark Theme - Dark Reader for Web扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Dark Theme - Dark Reader for Web offers a dark theme for all websites, making it ideal for individuals working at night or those who prefer a dark background for online news or book reading.

By applying the dark mode to all websites in your browser, you can create a better experience while browsing. Moreover, you have the option to exclude specific domains from the dark theme to further customize browsing experience.

Additionally, the extension allows you to design your own custom theme using any color of your choice. This way, you can personalize the dark mode according to your preferences.

What benefits does the Dark Mode extension offer?
- You can manually switch the dark mode on or off by clicking on the extension icon.
- You have the option to exclude or include specific sites from the dark mode by accessing "Dark Mode" and selecting "Disable/Enable Dark Mode for this site."
- The extension allows you to customize the colors for websites according to your preferences.
- You can set an automatic schedule for the dark mode to turn on or off by enabling "Auto ON/OFF" in the settings section.

With Dark Theme, social networks, mainstream sites, and all other websites will be seamlessly transformed with dark colors for a unified dark mode experience.

Introducing the new Option page with several useful features:
1. Site exclusion: Enter a correct web address to exclude specific pages from applying the black theme.
2. Page exclusion: Optionally add domains that you don't want the black theme to be applied to.
3. Theme changer: You can now create your own custom theme, save it, rename it, and apply it whenever you like.

Night Shift:
Activate Night Shift mode to change the screen's usual light to a warmer tone, safeguarding your eyes. You can easily toggle the tool on and off with a single click as needed.

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

Dark Reader:
This eye-care extension enables night mode by generating dark themes for websites on the fly. It inverts bright colors, creating high contrast and easy-to-read content at night. The extension applies a dark theme to all websites, making it perfect for those who work at night or enjoy reading online news or books with a dark background.

Dark Theme for YouTube:
This extension transforms the YouTube theme into a highly customizable dark charcoal/blue theme. Built on top of the default YouTube theme (native dark theme), this Dark Reader extension is lightweight compared to using themes injected by Stylish or Stylus extensions.

We welcome your questions and comments for our extension. Your feedback is highly valued!                    

扩展基本信息

名称 Dark Theme - Dark Reader for Web Dark Theme - Dark Reader for Web
ID ljjmnbjaapnggdiibfleeiaookhcodnl
官方URL https://chromewebstore.google.com/detail/dark-theme-dark-reader-fo/ljjmnbjaapnggdiibfleeiaookhcodnl
简介 Dark Theme switch any web pages to dark mode. Take care of your eyes day using a dark reader or change screen brightness.
文件大小 347 KB
安装次数 986,546
当前版本 1.0.3
更新时间 2024-02-27
上架时间 2023-07-25
评分 4.84/5 共335次评分
开发者 Dark Theme Web
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/darkthemeweb/privacy-policy
支持的语言 id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,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__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "128": "helpers\/images\/128.png",
        "64": "helpers\/images\/64.png",
        "32": "helpers\/images\/32.png"
    },
    "background": {
        "service_worker": "scripts\/worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "\/scripts\/content-helpers\/insert.js"
            ],
            "css": [
                "helpers\/styles\/insert.css"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": "helpers\/icon-helpers\/dark\/128.png"
    },
    "options_page": "html\/settings.html",
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "webNavigation"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "version": "1.0.3"
}