Batoto Night Mode

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

Co to jest Batoto Night Mode?

Batoto Night Mode to rozszerzenie Chrome opracowane przez Zak Farmer, a jego główną funkcją jest „An extension that makes it easier to read manga at night.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Batoto Night Mode

Pobierz pliki rozszerzeń Batoto Night Mode w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Batoto Night Mode Batoto Night Mode
ID feelolcmgjemepblejgjabdihpdaondk
Oficjalny URL https://chromewebstore.google.com/detail/batoto-night-mode/feelolcmgjemepblejgjabdihpdaondk
Opis An extension that makes it easier to read manga at night.
Rozmiar pliku 207 KB
Liczba instalacji 66
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2016-09-13
Data Publikacji 2016-09-13
Ocena 3.75/5 Łącznie 4 Oceny
Deweloper Zak Farmer
Typ Płatności free
Obsługiwane Języki 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"
    ]
}