Night Owl - Smart Dark Mode

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

Apa itu Night Owl - Smart Dark Mode?

Night Owl - Smart Dark Mode adalah ekstensi Chrome yang dikembangkan oleh Music For Trees, dan fitur utamanya adalah "Instantly transform websites into a comfortable, eye-friendly dark mode experience.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Night Owl - Smart Dark Mode

Unduh file ekstensi Night Owl - Smart Dark Mode dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Night Owl - Smart Dark Mode Night Owl - Smart Dark Mode
ID ifflcmkgdhiopibdbljombcjfeeldhnp
URL Resmi https://chromewebstore.google.com/detail/night-owl-smart-dark-mode/ifflcmkgdhiopibdbljombcjfeeldhnp
Deskripsi Instantly transform websites into a comfortable, eye-friendly dark mode experience.
Ukuran File 6.55 KB
Jumlah Instalasi 55
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-04-13
Tanggal Publikasi 2023-04-13
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Music For Trees
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://policies.google.com/privacy
Bahasa yang Didukung 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"
    }
}