YouTube New Tab

Play your favorite videos from youtube on each new tab.

YouTube New Tab là gì?

YouTube New Tab là một tiện ích mở rộng Chrome được phát triển bởi Funny Apps & Games, và tính năng chính của nó là "Play your favorite videos from youtube on each new tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube New Tab

Tải xuống các tệp mở rộng YouTube New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube New Tab YouTube New Tab
ID hkdjjblefenaffilobnkdekehpjfbein
URL Chính Thức https://chromewebstore.google.com/detail/youtube-new-tab/hkdjjblefenaffilobnkdekehpjfbein
Mô tả Play your favorite videos from youtube on each new tab.
Kích Thước Tệp 119 KB
Số Lần Cài Đặt 838
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2021-01-13
Ngày Phát Hành 2021-01-12
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Funny Apps & Games
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}