Blue light filter

Blue light filter, brightness control

什么是Blue light filter?

Blue light filter是由https://care-eyes.com开发的Chrome扩展程序,该扩展的主要功能是“Blue light filter, brightness control”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Blue light filter扩展crx文件

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

扩展使用说明

                        Blue light filter extension can adjust the gamma value of your computer’s display adapt, reduce the blue part  (RGB value) of the light, filter the blue light,  it makes your computer screen looks more comfortable, so that your eyes will not feel tired ,Protect your eyes from computer screen

Blue light filter extension for all versions of Windows, including Windows XP, Windows 7, Windows 8, Windows 10.

welcome to visit our website: https://care-eyes.com

Tip!!!
1、To control the blue light and brightness of Windows system, you need to download CareUEyes.exe                    

扩展基本信息

名称 Blue light filter Blue light filter
ID pacnollcefnfheghikkhbhodhnplhbdm
官方URL https://chromewebstore.google.com/detail/blue-light-filter/pacnollcefnfheghikkhbhodhnplhbdm
简介 Blue light filter, brightness control
文件大小 34.7 KB
安装次数 10,420
当前版本 1.2.0.0
更新时间 2022-09-24
上架时间 2021-02-22
评分 2.06/5 共34次评分
开发者 https://care-eyes.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://care-eyes.com/?bf
帮助页面URL https://care-eyes.com/feedback?bf
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_title": "__MSG_default_title__",
        "default_icon": "icons\/icon_48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "permissions": [
        "nativeMessaging"
    ],
    "version": "1.2.0.0",
    "manifest_version": 3
}