Bible Gateway Darkmode

Creates a dark mode for biblegateway.com

Что такое Bible Gateway Darkmode?

Bible Gateway Darkmode - это расширение Chrome, разработанное Unquenched Tech, и его основная функция - "Creates a dark mode for biblegateway.com".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Bible Gateway Darkmode

Скачайте файлы расширений Bible Gateway Darkmode в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension creates a dark mode for BibleGateway.com                    

Основная информация о расширении

Название Bible Gateway Darkmode Bible Gateway Darkmode
ID fkmibejcfnaoglanjfceecmljgkjaici
Официальный URL https://chromewebstore.google.com/detail/bible-gateway-darkmode/fkmibejcfnaoglanjfceecmljgkjaici
Описание Creates a dark mode for biblegateway.com
Размер файла 5.93 KB
Количество установок 1,140
Текущая Версия 0.6
Последнее Обновление 2023-12-03
Дата публикации 2021-01-13
Рейтинг 5.00/5 Всего 8 оценок
Разработчик Unquenched Tech
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://theunquenchedservant.com
URL страницы помощи https://github.com/unquenchedservant/BibleGatewayDarkMode/issues
Поддерживаемые языки 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
}