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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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 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
Eメール [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"
    }
}