Black Screen
Use black screen test to detect dead pixels, stuck pixels, and other display defects.
Black Screen란 무엇입니까?
Black Screen은(는) https://darkblackscreen.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use black screen test to detect dead pixels, stuck pixels, and other display defects."입니다.
확장 프로그램 스크린샷
Black Screen 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Black Screen extension lets you test your display with full black screen mode in a single click. You can use this to check if your mobile screen has any issues such as dead pixels, stuck pixels or backlight bleeding, etc. There are 5 color modes available for display testing. * Black Screen * White Screen * Red Screen * Green Screen * Blue Screen
확장 프로그램 기본 정보
이름 | Black Screen |
ID | igiikbdcodplndfdeombcmiokbpoaekj |
공식 URL | https://chromewebstore.google.com/detail/black-screen/igiikbdcodplndfdeombcmiokbpoaekj |
설명 | Use black screen test to detect dead pixels, stuck pixels, and other display defects. |
파일 크기 | 17.78 KB |
설치 횟수 | 190 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2022-09-29 |
출시 날짜 | 2022-09-28 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://darkblackscreen.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://darkblackscreen.com |
개인정보 보호 정책 페이지 URL | https://emmelapps.blogspot.com/2022/09/privacy-policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "Black Screen", "description": "Use black screen test to detect dead pixels, stuck pixels, and other display defects.", "version": "1.0.1", "manifest_version": 3, "icons": { "128": "128.png", "38": "38.png", "48": "48.png" }, "action": { "default_title": "Black Screen Test", "default_icon": "128.png" }, "permissions": [ "tabs" ], "background": { "service_worker": "js\/background.js" } } |