YouTube Playlist Helper
YouTube playlist editor and generator
YouTube Playlist Helper là gì?
YouTube Playlist Helper là một tiện ích mở rộng Chrome được phát triển bởi Soufiane Sakhi, và tính năng chính của nó là "YouTube playlist editor and generator".
Ả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 YouTube Playlist Helper
Tải xuống các tệp mở rộng YouTube Playlist Helper 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
Features: + A complete playlist editor: add, delete, reorder, reverse, remove duplicates, import and export videos. + Queue up videos from any page (with the right-click context menu) and play or save them using the playlist builder. + Save playlists using your browser's sync storage. + Generate YouTube anonymous playlists by: - Selecting a folder bookmark - Pasting the YouTube text urls (links) in a form - From currently open YouTube tabs (combine) - From current tab YouTube video thumbnails - From current tab YouTube links (HTML parsing) (the generated playlists are also saved and can be viewed in the playlist editor's recently created playlists page) + Convert current YouTube playlist tab to YouTube queue As featured in: https://simply-how.com/play-youtube-videos-in-succession Official page: https://github.com/soufianesakhi/youtube-playlist-helper
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YouTube Playlist Helper |
ID | ibdakohjhchaagmccfedeejmeillongg |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-playlist-helper/ibdakohjhchaagmccfedeejmeillongg |
Mô tả | YouTube playlist editor and generator |
Kích Thước Tệp | 63.73 KB |
Số Lần Cài Đặt | 6,320 |
Phiên Bản Hiện Tại | 2.12.2 |
Cập Nhật Lần Cuối | 2023-12-28 |
Ngày Phát Hành | 2020-07-04 |
Đánh Giá | 4.10/5 Tổng số 49 Đánh Giá |
Nhà Phát Triển | Soufiane Sakhi |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/soufianesakhi/youtube-playlist-helper |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Playlist Helper", "description": "YouTube playlist editor and generator", "version": "2.12.2", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "browser_action": { "default_title": "YouTube Playlist Helper", "browser_style": true, "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "browser-polyfill.min.js", "editor\/storage-service.js", "editor\/video-service.js", "editor\/utils.js", "background.js" ] }, "permissions": [ "bookmarks", "tabs", "storage", "notifications", "activeTab", "contextMenus", "https:\/\/www.youtube.com\/watch*", "https:\/\/www.youtube.com\/playlist*" ], "browser_specific_settings": { "gecko": { "id": "{c3d5f138-77cb-461e-b553-f82bf70fecf7}" } } } |