Dark Mode - Dark Reader extension for Chrome

Dark Mode a dark theme for every website. Switch any website with Dark Reader for night and day browsing.

Dark Mode - Dark Reader extension for Chromeとは何ですか?

Dark Mode - Dark Reader extension for Chromeはhttps://darkreaderpro.comによって開発されたChromeの拡張機能で、その主な機能は「Dark Mode a dark theme for every website. Switch any website with Dark Reader for night and day browsing.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Dark Mode - Dark Reader extension for Chrome拡張機能のCRXファイルをダウンロード

Dark Mode - Dark Reader extension for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Dark Mode - Dark Reader extension for Chrome adds a dark theme to all websites. It's great for people who work at night and for those who read online news or books.

Turn on dark mode for all websites in your browser and choose which sites you want to keep in their regular appearance. You can also design your own theme with any color you prefer for a personalized touch.

What benefits does the Dark Mode extension offer:
- You can manually switch the dark mode on/off by clicking the extension icon.
- You have the option to exclude/include specific sites from the dark mode by selecting "Dark Mode" > "Disable/Enable for this site."
- You're able to personalize website colors to your liking.
- There's an automatic scheduling feature - you can enable "Auto ON/OFF" in the designated section.
- No more needs to open settings one by one for different websites - just one app brings black theme across the whole net. 

We're excited to announce the availability of the Option page! Here are some helpful features:
- Exclude specific sites: Enter the correct web address to prevent the black theme from being applied to that page.
- Exclude entire domains: Optionally add domains that you want to keep in their regular theme.
- Customize your theme: Create a theme that suits your style. You can save, rename, and apply it whenever you like.

Introducing Night Shift:
Turn on Night Shift mode to change the typical bright screen light to a warmer tone, which helps protect your eyes. You can easily activate and deactivate this feature with just one click whenever you require it.

The Night Shift and Dark Reader extension automatically adjusts the colors of your browser's content to the warmer side of the color spectrum once it becomes dark. 

This extension, designed for eye care, activates night mode by generating instant dark themes for websites. Dark Reader reverses bright colors, enhancing contrast and ensuring comfortable nighttime reading. The extension applies a dark theme to all websites, catering to individuals who work at night and those who enjoy reading online news or books in a darker setting.

Please don't hesitate to ask questions or share your thoughts about the extension. Your feedback is very important for us!                    

拡張機能の基本情報

名前 Dark Mode - Dark Reader extension for Chrome Dark Mode - Dark Reader extension for Chrome
ID olmocljkpcidkoedpmebmbkjmjlhaoll
公式URL https://chromewebstore.google.com/detail/dark-mode-dark-reader-ext/olmocljkpcidkoedpmebmbkjmjlhaoll
説明 Dark Mode a dark theme for every website. Switch any website with Dark Reader for night and day browsing.
ファイルサイズ 334 KB
インストール数 40
現在のバージョン 1.0.1
最終更新日 2023-08-28
公開日 2023-08-28
開発者 https://darkreaderpro.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://darkreaderpro.com
ヘルプページのURL https://darkreaderpro.com/support
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.0.1",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_popup": "options\/index.html"
    },
    "options_page": "options\/index.html",
    "content_scripts": [
        {
            "all_frames": true,
            "match_about_blank": true,
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/satus.js",
                "js\/content-scripts\/core.js",
                "js\/content-scripts\/custom-css.js",
                "js\/content-scripts\/dynamic-theme.js",
                "js\/content-scripts\/filters.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "offline_enabled": true
}