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
官方網址 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"
}