Dark Mode

With this extension you can enable dark mode on popular websites

Dark Mode là gì?

Dark Mode là một tiện ích mở rộng Chrome được phát triển bởi xjgshwhd882, và tính năng chính của nó là "With this extension you can enable dark mode on popular websites".

Ả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

                        Simple click on a button will turn on dark mode for all webpages. Meet this cool Dark theme for your Chrome browser that can can be applied to every website.
This superb app for Chrome browser will switch a theme on all the websites. Social networks, websites and every new tab will be painted black. You no longer need to open settings to switch a dark every time you open new website- only one application provides awesome black on every new tab or website.                    

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

Tên Dark Mode Dark Mode
ID ckicbofgekmggdeifjkbekkjbbdjhnib
URL Chính Thức https://chromewebstore.google.com/detail/dark-mode/ckicbofgekmggdeifjkbekkjbbdjhnib
Mô tả With this extension you can enable dark mode on popular websites
Kích Thước Tệp 263 KB
Số Lần Cài Đặt 2,349
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2023-03-02
Ngày Phát Hành 2021-03-06
Đánh Giá 2.92/5 Tổng số 12 Đánh Giá
Nhà Phát Triển xjgshwhd882
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": "Dark Mode",
    "description": "With this extension you can enable dark mode on popular websites",
    "icons": {
        "128": "tynolertVanmol.png"
    },
    "version": "2.0",
    "permissions": [
        "storage",
        "",
        "contextMenus"
    ],
    "browser_action": {
        "default_popup": "jiplerVolaert.html"
    },
    "background": {
        "scripts": [
            "hutymloPaqw.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*\/chrome\/newtab*"
            ],
            "js": [
                "nmaxrtadLopader.js"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "*.css"
    ]
}