Night Owl - Smart Dark Mode

Instantly transform websites into a comfortable, eye-friendly dark mode experience.

Night Owl - Smart Dark Mode là gì?

Night Owl - Smart Dark Mode là một tiện ích mở rộng Chrome được phát triển bởi Music For Trees, và tính năng chính của nó là "Instantly transform websites into a comfortable, eye-friendly dark mode experience.".

Ả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 Night Owl - Smart Dark Mode

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

                        Dark mode for any website!

Many websites don't have a dark mode option, so we made Night Owl. Click the owl icon to turn on dark mode for any site, and the extension will remember your preferences. Enjoy a comfortable browsing experience with your favorite sites in dark mode!                    

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

Tên Night Owl - Smart Dark Mode Night Owl - Smart Dark Mode
ID ifflcmkgdhiopibdbljombcjfeeldhnp
URL Chính Thức https://chromewebstore.google.com/detail/night-owl-smart-dark-mode/ifflcmkgdhiopibdbljombcjfeeldhnp
Mô tả Instantly transform websites into a comfortable, eye-friendly dark mode experience.
Kích Thước Tệp 6.55 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-04-13
Ngày Phát Hành 2023-04-13
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Music For Trees
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://policies.google.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Night Owl - Smart Dark Mode",
    "version": "1.0",
    "description": "Instantly transform websites into a comfortable, eye-friendly dark mode experience.",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}