Batoto Night Mode

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

O que é Batoto Night Mode?

Batoto Night Mode é uma extensão do Chrome desenvolvida por Zak Farmer, e sua principal característica é "An extension that makes it easier to read manga at night.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Batoto Night Mode

Baixe arquivos de extensão Batoto Night Mode no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Batoto Night Mode Batoto Night Mode
ID feelolcmgjemepblejgjabdihpdaondk
URL Oficial https://chromewebstore.google.com/detail/batoto-night-mode/feelolcmgjemepblejgjabdihpdaondk
Descrição An extension that makes it easier to read manga at night.
Tamanho do Arquivo 207 KB
Contagem de Instalações 66
Versão Atual 1.0.0
Última Atualização 2016-09-13
Data de Publicação 2016-09-13
Classificação 3.75/5 Total de 4 Avaliações
Desenvolvedor Zak Farmer
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}