Batoto Night Mode

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

Wat is Batoto Night Mode?

Batoto Night Mode is een Chrome-extensie ontwikkeld door Zak Farmer, en de belangrijkste functie is "An extension that makes it easier to read manga at night.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Batoto Night Mode

Download Batoto Night Mode-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

                        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.                    

Basisinformatie over de Extensie

Naam Batoto Night Mode Batoto Night Mode
ID feelolcmgjemepblejgjabdihpdaondk
Officiële URL https://chromewebstore.google.com/detail/batoto-night-mode/feelolcmgjemepblejgjabdihpdaondk
Beschrijving An extension that makes it easier to read manga at night.
Bestandsgrootte 207 KB
Aantal Installaties 66
Huidige Versie 1.0.0
Laatst Bijgewerkt 2016-09-13
Publicatiedatum 2016-09-13
Beoordeling 3.75/5 Totaal 4 Beoordelingen
Ontwikkelaar Zak Farmer
Betalingswijze free
Ondersteunde Talen 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"
    ]
}