Tab Playlist for YouTube™

Lets you make a playlist by simply lining up tabs

Tab Playlist for YouTube™ là gì?

Tab Playlist for YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi metarmask, và tính năng chính của nó là "Lets you make a playlist by simply lining up tabs".

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

screenshot

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

Tải xuống các tệp mở rộng Tab Playlist for YouTube™ 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

                        This extensions lets you use tabs to make a temporary video playlist. When active the extension will switch to the tab to the right when a video finishes. When that tab's video finishes it will switch to the next and so on. By using the middle mouse button you can very easily line up videos you want to watch.

Note: This extension only works with the HTML5 player, make sure you have it at https://www.youtube.com/html5 .

Videos featured in the screenshots and video were made by vlogbrothers (https://www.youtube.com/channel/UCGaVdbSav8xWuFWTadK6loA)                    

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

Tên Tab Playlist for YouTube™ Tab Playlist for YouTube™
ID ikogidhhmokakdcclccipjnfohibicbh
URL Chính Thức https://chromewebstore.google.com/detail/tab-playlist-for-youtube/ikogidhhmokakdcclccipjnfohibicbh
Mô tả Lets you make a playlist by simply lining up tabs
Kích Thước Tệp 1.49 MB
Số Lần Cài Đặt 1,135
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2018-07-15
Ngày Phát Hành 2018-07-15
Đánh Giá 4.32/5 Tổng số 25 Đánh Giá
Nhà Phát Triển metarmask
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/metarmask/tab-playlist/
URL Trang Trợ Giúp https://github.com/metarmask/tab-playlist/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Playlist for YouTube\u2122",
    "short_name": "Tab Playlist",
    "version": "0.3",
    "description": "Lets you make a playlist by simply lining up tabs",
    "author": "\/u\/metarmask",
    "icons": {
        "128": "images\/extension\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "storage",
        "declarativeContent",
        "https:\/\/www.youtube.com\/"
    ],
    "page_action": {
        "default_icon": "images\/pageAction\/disabled.png",
        "default_title": "Click to enable\nWhen a the video finishes with this enabled the next tab will be selected if it's a YouTube one."
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "content-script-js-accesser.js"
    ]
}