Bible Gateway Darkmode

Creates a dark mode for biblegateway.com

Cos'è Bible Gateway Darkmode?

Bible Gateway Darkmode è un'estensione di Chrome sviluppata da Unquenched Tech, e la sua funzione principale è "Creates a dark mode for biblegateway.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bible Gateway Darkmode

Scarica i file di estensione Bible Gateway Darkmode in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension creates a dark mode for BibleGateway.com                    

Informazioni di Base sull'Estensione

Nome Bible Gateway Darkmode Bible Gateway Darkmode
ID fkmibejcfnaoglanjfceecmljgkjaici
URL Ufficiale https://chromewebstore.google.com/detail/bible-gateway-darkmode/fkmibejcfnaoglanjfceecmljgkjaici
Descrizione Creates a dark mode for biblegateway.com
Dimensione del File 5.93 KB
Conteggio Installazioni 1,140
Versione Corrente 0.6
Ultimo Aggiornamento 2023-12-03
Data di Pubblicazione 2021-01-13
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore Unquenched Tech
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://theunquenchedservant.com
URL della Pagina di Aiuto https://github.com/unquenchedservant/BibleGatewayDarkMode/issues
Lingue Supportate 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
}