Dark Mode

Turn on dark mode on popular sites.

Dark Mode là gì?

Dark Mode là một tiện ích mở rộng Chrome được phát triển bởi kotov.nikita284, và tính năng chính của nó là "Turn on dark mode on popular sites.".

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

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

                        Meet new classic dark mode for chrome browser. Application allows darken all websites just in one click. If you`re already tired of default websites outlook then you should definitely check this out. Need some changes in your browsing? Dark mode will change Youtube, VK, Facebook and Google design.
Dark mode will also protect your eyes, which get tired from bright default design. When the dark theme is on it reliefs the stress at night time and your eyes will feel better. This extension switches default design of social networks, websites and other resources to classic dark theme. 
Instructions are pretty simple – if you want to enable\disable dark theme you should:
Click on icon located in right-upper corner in Chrome browser
Select from the pop-up window the resource you want to switch to dark theme - Youtube, Facebook, Google etc.
You`ll see a great improvement after installing our new and absolutely free extension. Extension has no hidden scripts to mess with your device or steal your personal data. It just allows you to darken all sites you need in simple manner. If you have a comment or request then feel free to leave it in the comments below.                    

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

Tên Dark Mode Dark Mode
ID nmmmpllghdhljkmhnbmgcdcnoklnlhhb
URL Chính Thức https://chrome.google.com/webstore/detail/dark-mode/nmmmpllghdhljkmhnbmgcdcnoklnlhhb
Mô tả Turn on dark mode on popular sites.
Kích Thước Tệp 335 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2022-10-18
Ngày Phát Hành 2021-04-15
Đánh Giá 1.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển kotov.nikita284
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "Turn on dark mode on popular sites.",
    "icons": {
        "128": "zizimana.png"
    },
    "version": "1.4",
    "permissions": [
        "tabs",
        "storage",
        "",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "pronda.html",
        "default_icon": "zizimana.png"
    },
    "background": {
        "scripts": [
            "cfora\/pistrfa\/bibata.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "jquery.js",
                "cfora\/pistrfa\/corapta.js",
                "cfora\/pistrfa\/astrafa\/lavaba.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "*.css"
    ]
}