Tabs Playlist for Youtube
Simply manage your "playlist" by ordering your youtube tabs.
Tabs Playlist for Youtube là gì?
Tabs Playlist for Youtube là một tiện ích mở rộng Chrome được phát triển bởi Matthis de Wit, và tính năng chính của nó là "Simply manage your "playlist" by ordering your youtube tabs.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tabs Playlist for Youtube
Tải xuống các tệp mở rộng Tabs 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
Install: Add te extension to Google Chrome and reload all your Youtube tabs. Usage: 1. Open one Youtube video tab, the video starts playing automatically (as usual) 2. Other Youtube video tabs will be paused when loaded 3. When the 1st Youtube tab is almost done, it will crossfade with the next Youtube tab. When you play another Youtube tab, all other Youtube tabs will be paused. Known bugs: Occassionally a video is not automatically paused, working on this...
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | naplcmgdmolcljbkjajgdnlpfjcdclpi |
URL Chính Thức | https://chrome.google.com/webstore/detail/tabs-playlist-for-youtube/naplcmgdmolcljbkjajgdnlpfjcdclpi |
Mô tả | Simply manage your "playlist" by ordering your youtube tabs. |
Kích Thước Tệp | 72.74 KB |
Số Lần Cài Đặt | 311 |
Phiên Bản Hiện Tại | 0.0.1.0 |
Cập Nhật Lần Cuối | 2013-11-15 |
Ngày Phát Hành | 2013-11-15 |
Đánh Giá | 2.80/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | Matthis de Wit |
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": "Tabs Playlist for Youtube", "short_name": "TabPlaylistr", "version": "0.0.1.0", "manifest_version": 2, "description": "Simply manage your \"playlist\" by ordering your youtube tabs.", "icons": { "16": "image16.png", "48": "image48.png", "128": "image128.png" }, "permissions": [ "tabs", "*:\/\/*.youtube.com\/watch?*" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/watch?*" ], "js": [ "jquery.js", "contentScript.js" ] } ], "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "jquery.js", "youtube.js", "jquery.min.map" ], "externally_connectable": { "matches": [ "*:\/\/*.youtube.com\/watch?*" ], "ids": [ "*" ], "accepts_tls_channel_id": false }, "page_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Tabs Playlist for Youtube - enabled" } } |