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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        👁 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"
}