Black Screen

Use black screen test to detect dead pixels, stuck pixels, and other display defects.

Co to jest Black Screen?

Black Screen to rozszerzenie Chrome opracowane przez https://darkblackscreen.com, a jego główną funkcją jest „Use black screen test to detect dead pixels, stuck pixels, and other display defects.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Black Screen

Pobierz pliki rozszerzeń Black Screen w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Black Screen Black Screen
ID igiikbdcodplndfdeombcmiokbpoaekj
Oficjalny URL https://chromewebstore.google.com/detail/black-screen/igiikbdcodplndfdeombcmiokbpoaekj
Opis Use black screen test to detect dead pixels, stuck pixels, and other display defects.
Rozmiar pliku 17.78 KB
Liczba instalacji 190
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2022-09-29
Data Publikacji 2022-09-28
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://darkblackscreen.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://darkblackscreen.com
Adres URL Strony Polityki Prywatności https://emmelapps.blogspot.com/2022/09/privacy-policy.html
Obsługiwane Języki 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"
    }
}