Bible Gateway Darkmode

Creates a dark mode for biblegateway.com

Wat is Bible Gateway Darkmode?

Bible Gateway Darkmode is een Chrome-extensie ontwikkeld door Unquenched Tech, en de belangrijkste functie is "Creates a dark mode for biblegateway.com".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bible Gateway Darkmode

Download Bible Gateway Darkmode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension creates a dark mode for BibleGateway.com                    

Basisinformatie over de Extensie

Naam Bible Gateway Darkmode Bible Gateway Darkmode
ID fkmibejcfnaoglanjfceecmljgkjaici
Officiële URL https://chromewebstore.google.com/detail/bible-gateway-darkmode/fkmibejcfnaoglanjfceecmljgkjaici
Beschrijving Creates a dark mode for biblegateway.com
Bestandsgrootte 5.93 KB
Aantal Installaties 1,140
Huidige Versie 0.6
Laatst Bijgewerkt 2023-12-03
Publicatiedatum 2021-01-13
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar Unquenched Tech
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://theunquenchedservant.com
Help Pagina-URL https://github.com/unquenchedservant/BibleGatewayDarkMode/issues
Ondersteunde Talen 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
}