YouTube New Tab
Play your favorite videos from youtube on each new tab.
YouTube New Tabとは何ですか?
YouTube New TabはFunny Apps & Gamesによって開発されたChromeの拡張機能で、その主な機能は「Play your favorite videos from youtube on each new tab.」です。
拡張機能のスクリーンショット
YouTube New Tab拡張機能のCRXファイルをダウンロード
YouTube New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
YouTube New Tab saves your favorite videos from youtube.com to playlist without download and play them later. You can easily add any YouTube video in several ways: 1. Click the icon next to logo YouTube on video page 2. Context menu: right click to background on video page 3. Context menu: right click to any link, that directed to YouTube video (for details see screens) Next you can play your saves videos directly on each new tab without go to youtube.com and without download these videos. Of course, on new tab is classic search on Internet and also direct search on YouTube. Enjoy!
拡張機能の基本情報
名前 | YouTube New Tab |
ID | hkdjjblefenaffilobnkdekehpjfbein |
公式URL | https://chromewebstore.google.com/detail/youtube-new-tab/hkdjjblefenaffilobnkdekehpjfbein |
説明 | Play your favorite videos from youtube on each new tab. |
ファイルサイズ | 119 KB |
インストール数 | 838 |
現在のバージョン | 1.2 |
最終更新日 | 2021-01-13 |
公開日 | 2021-01-12 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Funny Apps & Games |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube New Tab", "description": "Play your favorite videos from youtube on each new tab.", "version": "1.2", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "browser_action": { "default_icon": "img\/ico_19.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "https:\/\/www.youtube.com\/*", "contextMenus" ], "icons": { "16": "img\/ico_16.png", "19": "img\/ico_19.png", "32": "img\/ico_32.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" }, "web_accessible_resources": [ "img\/button_add.png" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |