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
官方網址 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
}