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