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.”。
扩展截图
下载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 |
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" ] } |