Black Screen
Use black screen test to detect dead pixels, stuck pixels, and other display defects.
What is Black Screen?
Black Screen is a Chrome extension developed by https://darkblackscreen.com, and its main feature is "Use black screen test to detect dead pixels, stuck pixels, and other display defects.".
Extension Screenshots
Download Black Screen Extension CRX File
Download Black Screen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Black Screen |
ID | igiikbdcodplndfdeombcmiokbpoaekj |
Official URL | https://chromewebstore.google.com/detail/black-screen/igiikbdcodplndfdeombcmiokbpoaekj |
Description | Use black screen test to detect dead pixels, stuck pixels, and other display defects. |
File Size | 17.78 KB |
Installation Count | 190 |
Current Version | 1.0.1 |
Last Updated | 2022-09-29 |
Publish Date | 2022-09-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://darkblackscreen.com |
[email protected] | |
Payment Type | free |
Extension Website | https://darkblackscreen.com |
Privacy Policy Page URL | https://emmelapps.blogspot.com/2022/09/privacy-policy.html |
Supported Languages | 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" } } |