Black Screen

Just a black web page

What is Black Screen?

Black Screen is a Chrome extension developed by https://blackscreen.app, and its main feature is "Just a black web page".

Extension Screenshots

screenshot

Download Black Screen Extension CRX File

Download Black Screen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Just a black web page, with PWA support. No distraction when you open a new tab.                    

Extension Basic Information

Name Black Screen Black Screen
ID fifegcdolpopgankidmhacbffojhidng
Official URL https://chromewebstore.google.com/detail/black-screen/fifegcdolpopgankidmhacbffojhidng
Description Just a black web page
File Size 8.91 KB
Installation Count 445
Current Version 1.0
Last Updated 2020-10-27
Publish Date 2020-10-26
Rating 5.00/5 Total 2 Ratings
Developer https://blackscreen.app
Email [email protected]
Payment Type free
Extension Website https://blackscreen.app
Help Page URL https://blackscreen.app
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Black Screen",
    "version": "1.0",
    "description": "Just a black web page",
    "homepage_url": "https:\/\/blackscreen.app",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "page_action": {
        "default_title": "Black screen",
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "32": "images\/icon-32x32.png",
            "48": "images\/icon-48x48.png",
            "128": "images\/icon-128x128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com; object-src 'self'"
}