New Tab Video Background

Replace the default new tab with your own video background from YouTube.

什么是New Tab Video Background?

New Tab Video Background是由JCZ Studios开发的Chrome扩展程序,该扩展的主要功能是“Replace the default new tab with your own video background from YouTube.”。

扩展截图

screenshot
screenshot

下载New Tab Video Background扩展crx文件

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

扩展使用说明

                        This extension allows you to use a YouTube video for your new tab.                    

扩展基本信息

名称 New Tab Video Background New Tab Video Background
ID nnecgmaghchbkjopbahkcoidopilelfc
官方URL https://chromewebstore.google.com/detail/new-tab-video-background/nnecgmaghchbkjopbahkcoidopilelfc
简介 Replace the default new tab with your own video background from YouTube.
文件大小 36.02 KB
安装次数 239
当前版本 0.1
更新时间 2017-10-26
上架时间 2017-10-26
评分 3.00/5 共2次评分
开发者 JCZ Studios
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab Video Background",
    "version": "0.1",
    "description": "Replace the default new tab with your own video background from YouTube.",
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html"
}