Blue light filter
Blue light filter, brightness control
Blue light filter란 무엇입니까?
Blue light filter은(는) https://care-eyes.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blue light filter, brightness control"입니다.
확장 프로그램 스크린샷
Blue light filter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 } |