Dark Mode

Dark Mode, read at night. Bluelight filter for every website. Relax your eyes at night and day.

Dark Mode là gì?

Dark Mode là một tiện ích mở rộng Chrome được phát triển bởi Code Charity, và tính năng chính của nó là "Dark Mode, read at night. Bluelight filter for every website. Relax your eyes at night and day.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Dark Mode 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

                        The Dark Mode Extension. Works with all websites! ⭐️

Dark Mode is Open-Source! 🎈 Check our work & contribute: 
 https://github.com/victor-savinov/dark-mode

Dark Mode: ( Night Mode / Smart dark reader / dark night reading)
  ✓ Blue Light Filter  + Darkness for every Website AND / OR specific ones! 
Avoid eye strain. Relax your eyes at night & day.  ✓ Invert colors, improve brightness & contrast. Mild / faint colors, Bright colors, greyscale, sepia, ...
 ✓ Schedule dark to manage your day-night-cycle. Blue light makes us awake and prevents sleep.  Care for your eyes. (dark mode is not only for night shifts)
  ✓ Style (css) editor. Delete elements/logos/ads/notifcations. Soon: Visual Picker/Selector, Drag & Drop. customize any Website beyond stylus / stylish / userstyles
To come:     
  ✓ Reduce brightness of colors only - not color-tone 
(compare with samsung browser dark mode)
  ✓ Smart dark mode / invert:  Only if page is very light or blue
  ✓ We are working on a smart Theme-Engine to exceed the results you get from other extensions  (dark reader depends on crowdsourced styles)

"When the night (night night night) has come, 
and the land is dark (dark dark dark)", note:  - If you use multiple night / dark reader extensions / screen shader  at once,  then color-Inverting or other effects can invert each other. 

Dark Mode is your extension offline on your computer.   https://github.com/victor-savinov/night-mode.   We can not track you.  We are developing distraction-free extensions transparently (Open-Source) since 2012 for 300000 people:  https://github.com/ImprovedTube/YouTube

super-amoled / oled screens: 100% dark (black) backgrounds save electricity & screen wear-down

Permission explained:  "Read and change...all websites you visit"  to modify Colors (Dark Mode) on any website.                    

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

Tên Dark Mode Dark Mode
ID declgfomkjdohhjbcfemjklfebflhefl
URL Chính Thức https://chromewebstore.google.com/detail/dark-mode/declgfomkjdohhjbcfemjklfebflhefl
Mô tả Dark Mode, read at night. Bluelight filter for every website. Relax your eyes at night and day.
Kích Thước Tệp 407 KB
Số Lần Cài Đặt 10,338
Phiên Bản Hiện Tại 3.3.14
Cập Nhật Lần Cuối 2022-08-04
Ngày Phát Hành 2020-06-07
Đánh Giá 4.62/5 Tổng số 197 Đánh Giá
Nhà Phát Triển Code Charity
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://improvedtube.com/privacy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,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,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dark Mode",
    "version": "3.3.14",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "options-page\/index.html"
    },
    "options_page": "options-page\/index.html",
    "content_scripts": [
        {
            "all_frames": true,
            "match_about_blank": true,
            "css": [
                "content-scripts\/styles.css"
            ],
            "js": [
                "assets\/satus\/satus.js",
                "content-scripts\/core.js",
                "content-scripts\/custom-css.js",
                "content-scripts\/dynamic-theme.js",
                "content-scripts\/filters.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "scripting",
        "storage",
        "tabs"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "offline_enabled": true
}