Reddit Auto Dark Mode

Make reddit respect system theme

Apa itu Reddit Auto Dark Mode?

Reddit Auto Dark Mode adalah ekstensi Chrome yang dikembangkan oleh jtucker2, dan fitur utamanya adalah "Make reddit respect system theme".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Reddit Auto Dark Mode

Unduh file ekstensi Reddit Auto 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

                        Currently Reddit does not have an option to sync it's theme to your system theme. This extension automatically changes Reddit between light and dark mode depending on your system theme.                    

Informasi Dasar Ekstensi

Nama Reddit Auto Dark Mode Reddit Auto Dark Mode
ID ejbbhcpkjnloojhfihmbfgkcjiaoecdg
URL Resmi https://chromewebstore.google.com/detail/reddit-auto-dark-mode/ejbbhcpkjnloojhfihmbfgkcjiaoecdg
Deskripsi Make reddit respect system theme
Ukuran File 25.14 KB
Jumlah Instalasi 490
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-06-03
Tanggal Publikasi 2022-06-03
Penilaian 4.44/5 Total 16 Penilaian
Pengembang jtucker2
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Auto Dark Mode",
    "description": "Make reddit respect system theme",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/*"
            ],
            "js": [
                "darkMode.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}