Bible Gateway Darkmode

Creates a dark mode for biblegateway.com

Apa itu Bible Gateway Darkmode?

Bible Gateway Darkmode adalah ekstensi Chrome yang dikembangkan oleh Unquenched Tech, dan fitur utamanya adalah "Creates a dark mode for biblegateway.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bible Gateway Darkmode

Unduh file ekstensi Bible Gateway Darkmode 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

                        This extension creates a dark mode for BibleGateway.com                    

Informasi Dasar Ekstensi

Nama Bible Gateway Darkmode Bible Gateway Darkmode
ID fkmibejcfnaoglanjfceecmljgkjaici
URL Resmi https://chromewebstore.google.com/detail/bible-gateway-darkmode/fkmibejcfnaoglanjfceecmljgkjaici
Deskripsi Creates a dark mode for biblegateway.com
Ukuran File 5.93 KB
Jumlah Instalasi 1,140
Versi Saat Ini 0.6
Terakhir Diperbarui 2023-12-03
Tanggal Publikasi 2021-01-13
Penilaian 5.00/5 Total 8 Penilaian
Pengembang Unquenched Tech
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://theunquenchedservant.com
URL Halaman Bantuan https://github.com/unquenchedservant/BibleGatewayDarkMode/issues
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bible Gateway Darkmode",
    "version": "0.6",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "description": "Creates a dark mode for biblegateway.com",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www.biblegateway.com\/*"
            ]
        }
    ],
    "manifest_version": 3
}