Bluelight Blocker

Select a filter and block blue light to protect your eyes.

什么是Bluelight Blocker?

Bluelight Blocker是由Tesla Develops开发的Chrome扩展程序,该扩展的主要功能是“Select a filter and block blue light to protect your eyes.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Bluelight Blocker扩展crx文件

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

扩展使用说明

                        👁 Filter blue light from your computer screen in a simple way.

If you spend many hours surfing the internet, then it is highly recommended to protect your eyes from blue light, it can cause eyestrain and eyestrain. You can improve your sleep by preventing melatonin from being suppressed by blue light.

With this extension you can choose different color tones that dim your screen, and you can also choose the level or turn them off.

----- Update notes -----

🆕 Version 1.3:
 - A help page has been added 

🟩 Version 1.2:
 - Portuguese has been added                    

扩展基本信息

名称 Bluelight Blocker Bluelight Blocker
ID mckfenhgbmiiomplialpmjjgclicdina
官方URL https://chromewebstore.google.com/detail/bluelight-blocker/mckfenhgbmiiomplialpmjjgclicdina
简介 Select a filter and block blue light to protect your eyes.
文件大小 154 KB
安装次数 3,013
当前版本 1.3
更新时间 2022-10-24
上架时间 2022-02-03
评分 3.86/5 共14次评分
开发者 Tesla Develops
电子邮箱 [email protected]
付费类型 free
扩展官网 https://tesladevelops.com/bluelightblocker
帮助页面URL https://forms.gle/NdsDKzxf4MA8NegG9
隐私政策页面URL https://tesladevelops.pages.dev/privacy
支持的语言 en,fr,ca,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bluelight Blocker",
    "version": "1.3",
    "description": "__MSG_description__",
    "background": {
        "service_worker": "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"
        }
    ],
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "default_locale": "es"
}