Custom Dark Mode 3.0 for Youtube, Facebook

Turn on Dark Mode for Chrome, Windows 10, PC, Desktop, Mac, Chromebook

Custom Dark Mode 3.0 for Youtube, Facebook là gì?

Custom Dark Mode 3.0 for Youtube, Facebook là một tiện ích mở rộng Chrome được phát triển bởi shuradev4, và tính năng chính của nó là "Turn on Dark Mode for Chrome, Windows 10, PC, Desktop, Mac, Chromebook".

Ả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 Custom Dark Mode 3.0 for Youtube, Facebook

Tải xuống các tệp mở rộng Custom Dark Mode 3.0 for Youtube, Facebook 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 for your favorite sites - Embrace the Dark Side!

Dark Mode is a brilliant browser extension that comes to your rescue during nighttime browsing. With a simple click on the toolbar icon, your screen transforms into a soothing dark theme, saving your eyes from the harsh glare of bright lights.

This extension provides a convenient toggle button, allowing you to effortlessly Enable or Disable the add-on (the icon changes color upon clicking).

Not a fan of the current dark theme? No worries! Head to the options page, where you'll discover an array of over 50 theme options to suit your taste.

Dark Mode works like a charm on various websites, including Facebook, Google, YouTube, and many more. Some sites, like YouTube™ and Reddit™, are already optimized for Dark Mode, but you can activate it for other sites too, either through Chrome's settings or using this extension.

Once installed, Dark Mode magically transforms YouTube, Facebook, WhatsApp, Instagram, and the entire web into a captivating dark environment.

No more struggling with bright colors at night – this extension inverts all page colors, providing a comfortable reading experience and reducing eye strain and headaches.

Enjoy seamless nighttime browsing without disturbing those around you.

Daytime browsing? Simply turn off the extension and surf as usual.

Dark Mode proves to be a delightful companion, making nighttime browsing a breeze.

Spot the new toolbar button beside your address bar after installation, serving as a convenient ON|OFF switch to control the extension.

With just one click on the icon, toggle between Dark Mode and Normal mode instantly without page reloading.

Temporarily disable Dark Mode by pressing the ESC key on your keyboard, swiftly reverting all websites to their default appearance until you reactivate it with the toolbar button or ESC key.

Embrace the Dark Mode extension and give your eyes the relaxation they deserve during your nocturnal web adventures!                    

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

Tên Custom Dark Mode 3.0 for Youtube, Facebook Custom Dark Mode 3.0 for Youtube, Facebook
ID jpgkbhploimngoikjnmggchkcekleehi
URL Chính Thức https://chromewebstore.google.com/detail/custom-dark-mode-30-for-y/jpgkbhploimngoikjnmggchkcekleehi
Mô tả Turn on Dark Mode for Chrome, Windows 10, PC, Desktop, Mac, Chromebook
Kích Thước Tệp 166 KB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 3.0.1
Cập Nhật Lần Cuối 2023-08-07
Ngày Phát Hành 2023-08-03
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển shuradev4
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://youtube-customizer.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,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",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "short_name": "__MSG_extShortName__",
    "version": "3.0.1",
    "manifest_version": 3,
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "48": "asset\/night-icon.png",
        "128": "asset\/icon128.png",
        "64": "asset\/icon64.png",
        "256": "asset\/icon256.png"
    },
    "action": {
        "default_icon": "asset\/day-icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start",
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ]
        }
    ],
    "background": {
        "service_worker": "service.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "asset\/custom-dark-mode\/accounts.css",
                "asset\/custom-dark-mode\/amazon.css",
                "asset\/custom-dark-mode\/bing.css",
                "asset\/custom-dark-mode\/dark.css",
                "asset\/custom-dark-mode\/docs.css",
                "asset\/custom-dark-mode\/drive.css",
                "asset\/custom-dark-mode\/dropbox.css",
                "asset\/custom-dark-mode\/duckduckgo.css",
                "asset\/custom-dark-mode\/ebay.css",
                "asset\/custom-dark-mode\/facebook.css",
                "asset\/custom-dark-mode\/github.css",
                "asset\/custom-dark-mode\/gmail.css",
                "asset\/custom-dark-mode\/google.css",
                "asset\/custom-dark-mode\/instagram.css",
                "asset\/custom-dark-mode\/maps.css",
                "asset\/custom-dark-mode\/myaccount.css",
                "asset\/custom-dark-mode\/play.css",
                "asset\/custom-dark-mode\/reddit.css",
                "asset\/custom-dark-mode\/sites.css",
                "asset\/custom-dark-mode\/stackoverflow.css",
                "asset\/custom-dark-mode\/support.css",
                "asset\/custom-dark-mode\/telegram.css",
                "asset\/custom-dark-mode\/translate.css",
                "asset\/custom-dark-mode\/tumblr.css",
                "asset\/custom-dark-mode\/twitch.css",
                "asset\/custom-dark-mode\/twitter.css",
                "asset\/custom-dark-mode\/w3schools.css",
                "asset\/custom-dark-mode\/whatsapp.css",
                "asset\/custom-dark-mode\/wikipedia.css",
                "asset\/custom-dark-mode\/yahoo.css",
                "asset\/custom-dark-mode\/yandex.css",
                "asset\/custom-dark-mode\/youtube.css",
                "styles.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}