Initial Black

This extension makes the initial background of a webpage black.

What is Initial Black?

Initial Black is a Chrome extension developed by SoHo Software, and its main feature is "This extension makes the initial background of a webpage black.".

Extension Screenshots

screenshot

Download Initial Black Extension CRX File

Download Initial Black 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

                                            

Extension Basic Information

Name Initial Black Initial Black
ID dopekbodbhecdkegbmahfollebchaahh
Official URL https://chrome.google.com/webstore/detail/initial-black/dopekbodbhecdkegbmahfollebchaahh
Description This extension makes the initial background of a webpage black.
File Size 16.01 KB
Installation Count 149
Current Version 1.0
Last Updated 2016-01-16
Publish Date 2016-01-16
Rating 3.17/5 Total 6 Ratings
Developer SoHo Software
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Initial Black",
    "version": "1.0",
    "description": "This extension makes the initial background of a webpage black.",
    "icons": {
        "128": "icon128.png"
    },
    "author": "S.P. Hoang",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        }
    ]
}