Batoto Night Mode

An extension that makes it easier to read manga at night.

Что такое Batoto Night Mode?

Batoto Night Mode - это расширение Chrome, разработанное Zak Farmer, и его основная функция - "An extension that makes it easier to read manga at night.".

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

screenshot

Скачать файл CRX расширения Batoto Night Mode

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

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

                        An extension that makes it easier to read manga at night on Bato.to

It works by changing the bright outline of the manga reader to a dark black colour that isn't hard on the eyes at night.                    

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

Название Batoto Night Mode Batoto Night Mode
ID feelolcmgjemepblejgjabdihpdaondk
Официальный URL https://chromewebstore.google.com/detail/batoto-night-mode/feelolcmgjemepblejgjabdihpdaondk
Описание An extension that makes it easier to read manga at night.
Размер файла 207 KB
Количество установок 66
Текущая Версия 1.0.0
Последнее Обновление 2016-09-13
Дата публикации 2016-09-13
Рейтинг 3.75/5 Всего 4 оценок
Разработчик Zak Farmer
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Batoto Night Mode",
    "description": "An extension that makes it easier to read manga at night.",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "batotonight.css"
            ],
            "matches": [
                "http:\/\/bato.to\/reader*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "http:\/\/bato.to\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "batotonight.css"
    ]
}