Black Screen

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

ما هو Black Screen؟

Black Screen هو إضافة Chrome تم تطويرها بواسطة https://darkblackscreen.com، والميزة الرئيسية لها هي "Use black screen test to detect dead pixels, stuck pixels, and other display defects.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Black Screen

قم بتنزيل ملفات الامتداد Black Screen بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://darkblackscreen.com
عنوان صفحة سياسة الخصوصية 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"
    }
}