Batoto Night Mode

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

Qu'est-ce que Batoto Night Mode ?

Batoto Night Mode est une extension Chrome développée par Zak Farmer, et sa fonction principale est "An extension that makes it easier to read manga at night.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Batoto Night Mode

Téléchargez les fichiers d'extension Batoto Night Mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Batoto Night Mode Batoto Night Mode
ID feelolcmgjemepblejgjabdihpdaondk
URL Officiel https://chromewebstore.google.com/detail/batoto-night-mode/feelolcmgjemepblejgjabdihpdaondk
Description An extension that makes it easier to read manga at night.
Taille du Fichier 207 KB
Nombre d'Installations 66
Version Actuelle 1.0.0
Dernière Mise à Jour 2016-09-13
Date de Publication 2016-09-13
Évaluation 3.75/5 Total 4 Évaluations
Développeur Zak Farmer
Type de Paiement free
Langues Prises en Charge 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"
    ]
}