Night Assistant

Set the background color of the webpage to protect your eyes. and create a beautiful and comfortable internet environment.

什么是Night Assistant?

Night Assistant是由weijhfly开发的Chrome扩展程序,该扩展的主要功能是“Set the background color of the webpage to protect your eyes. and create a beautiful and comfortable internet environment.”。

扩展截图

screenshot
screenshot

下载Night Assistant扩展crx文件

下载Night Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is an extension that sets the background color of the web page. You can set the background color according to your preferences, make the webpage more beautiful, and it is suitable for nighttime browsing, which helps protect your eyes.

Features:
1, 12 background colors are optional, beautiful and practical;
2, small size, stability, compatibility;
3, covering a wide range of browsers, currently available in Google, Firefox, 360 browser;

safety:
This extension source is open, without any privacy violations, source code: https://github.com/weijhfly/Night-Mode

other:
Related articles: 分享一个实现夜间模式的浏览器扩展 https://juejin.im/post/5cb3fe19e51d456e6c732cb7

When installing for the first time, please refresh the page or open a new tab to enable the night assistant to take effect. Some websites may be banned, such as in the Google Web Store.

If you like this extension, please give a star or praise ^_^                    

扩展基本信息

名称 Night Assistant Night Assistant
ID kiccihccnlfjelinfjomfkblnbcijlfl
官方URL https://chromewebstore.google.com/detail/night-assistant/kiccihccnlfjelinfjomfkblnbcijlfl
简介 Set the background color of the webpage to protect your eyes. and create a beautiful and comfortable internet environment.
文件大小 190 KB
安装次数 2,000
当前版本 1.5
更新时间 2023-01-02
上架时间 2020-02-26
评分 4.00/5 共11次评分
开发者 weijhfly
电子邮箱 [email protected]
付费类型 free
支持的语言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_title__",
    "version": "1.5",
    "description": "__MSG_description__",
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/args.js",
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "default_locale": "en"
}