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
公式URL 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"
    ]
}