New Tab Video Background
Replace the default new tab with your own video background from YouTube.
What is New Tab Video Background?
New Tab Video Background is a Chrome extension developed by JCZ Studios, and its main feature is "Replace the default new tab with your own video background from YouTube.".
Extension Screenshots
Download New Tab Video Background Extension CRX File
Download New Tab Video Background 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
This extension allows you to use a YouTube video for your new tab.
Extension Basic Information
Name | New Tab Video Background |
ID | nnecgmaghchbkjopbahkcoidopilelfc |
Official URL | https://chromewebstore.google.com/detail/new-tab-video-background/nnecgmaghchbkjopbahkcoidopilelfc |
Description | Replace the default new tab with your own video background from YouTube. |
File Size | 36.02 KB |
Installation Count | 239 |
Current Version | 0.1 |
Last Updated | 2017-10-26 |
Publish Date | 2017-10-26 |
Rating | 3.00/5 Total 2 Ratings |
Developer | JCZ Studios |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |