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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } |