Initial Black

This extension makes the initial background of a webpage black.

什么是Initial Black?

Initial Black是由SoHo Software开发的Chrome扩展程序,该扩展的主要功能是“This extension makes the initial background of a webpage black.”。

扩展截图

screenshot

下载Initial Black扩展crx文件

下载Initial Black扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Initial Black Initial Black
ID dopekbodbhecdkegbmahfollebchaahh
官方URL https://chrome.google.com/webstore/detail/initial-black/dopekbodbhecdkegbmahfollebchaahh
简介 This extension makes the initial background of a webpage black.
文件大小 16.01 KB
安装次数 149
当前版本 1.0
更新时间 2016-01-16
上架时间 2016-01-16
评分 3.17/5 共6次评分
开发者 SoHo Software
付费类型 free
支持的语言 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"
        }
    ]
}