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.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 YouTube New Tab
ID hkdjjblefenaffilobnkdekehpjfbein
官方網址 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
電子郵箱 [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"
    }
}