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文件
下载Black Screen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |