Batoto Night Mode

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

What is Batoto Night Mode?

Batoto Night Mode is a Chrome extension developed by Zak Farmer, and its main feature is "An extension that makes it easier to read manga at night.".

Extension Screenshots

screenshot

Download Batoto Night Mode Extension CRX File

Download Batoto Night Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Batoto Night Mode Batoto Night Mode
ID feelolcmgjemepblejgjabdihpdaondk
Official URL https://chromewebstore.google.com/detail/batoto-night-mode/feelolcmgjemepblejgjabdihpdaondk
Description An extension that makes it easier to read manga at night.
File Size 207 KB
Installation Count 66
Current Version 1.0.0
Last Updated 2016-09-13
Publish Date 2016-09-13
Rating 3.75/5 Total 4 Ratings
Developer Zak Farmer
Payment Type free
Supported Languages 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"
    ]
}