Black Screen

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

Co je Black Screen?

Black Screen je rozšíření Chrome vyvinuté https://darkblackscreen.com, a jeho hlavní funkcí je „Use black screen test to detect dead pixels, stuck pixels, and other display defects.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Black Screen

Stáhněte si soubory rozšíření Black Screen ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Black Screen Black Screen
ID igiikbdcodplndfdeombcmiokbpoaekj
Oficiální URL https://chromewebstore.google.com/detail/black-screen/igiikbdcodplndfdeombcmiokbpoaekj
Popis Use black screen test to detect dead pixels, stuck pixels, and other display defects.
Velikost souboru 17.78 KB
Počet instalací 190
Aktuální Verze 1.0.1
Poslední Aktualizace 2022-09-29
Datum Vydání 2022-09-28
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://darkblackscreen.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://darkblackscreen.com
URL Stránky Zásad Ochrany Soukromí https://emmelapps.blogspot.com/2022/09/privacy-policy.html
Podporované Jazyky 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"
    }
}