Batoto Night Mode

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

什麼是Batoto Night Mode?

Batoto Night Mode是由Zak Farmer開發的Chrome擴展程式,該擴展的主要功能是“An extension that makes it easier to read manga at night.”。

擴展截圖

screenshot

下載Batoto Night Mode擴展crx文件

下載Batoto Night Mode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Batoto Night Mode Batoto Night Mode
ID feelolcmgjemepblejgjabdihpdaondk
官方網址 https://chromewebstore.google.com/detail/batoto-night-mode/feelolcmgjemepblejgjabdihpdaondk
簡介 An extension that makes it easier to read manga at night.
檔案大小 207 KB
安裝次數 66
目前版本 1.0.0
更新時間 2016-09-13
上架時間 2016-09-13
評分 3.75/5 共 4 次評分
開發者 Zak Farmer
付費類型 free
支援的語言 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"
    ]
}