Black Screen

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

Black Screen क्या है?

Black Screen https://darkblackscreen.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use black screen test to detect dead pixels, stuck pixels, and other display defects."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Black Screen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ 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"
    }
}