Black Screen
Use black screen test to detect dead pixels, stuck pixels, and other display defects.
Cos'è Black Screen?
Black Screen è un'estensione di Chrome sviluppata da https://darkblackscreen.com, e la sua funzione principale è "Use black screen test to detect dead pixels, stuck pixels, and other display defects.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Black Screen
Scarica i file di estensione Black Screen in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Black Screen |
ID | igiikbdcodplndfdeombcmiokbpoaekj |
URL Ufficiale | https://chromewebstore.google.com/detail/black-screen/igiikbdcodplndfdeombcmiokbpoaekj |
Descrizione | Use black screen test to detect dead pixels, stuck pixels, and other display defects. |
Dimensione del File | 17.78 KB |
Conteggio Installazioni | 190 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2022-09-29 |
Data di Pubblicazione | 2022-09-28 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://darkblackscreen.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://darkblackscreen.com |
URL della Pagina della Politica sulla Privacy | https://emmelapps.blogspot.com/2022/09/privacy-policy.html |
Lingue Supportate | 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" } } |