Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soufianesakhi/youtube-playlist-helper
YouTube playlist editor and generator
https://github.com/soufianesakhi/youtube-playlist-helper
Last synced: 12 days ago
JSON representation
YouTube playlist editor and generator
- Host: GitHub
- URL: https://github.com/soufianesakhi/youtube-playlist-helper
- Owner: soufianesakhi
- License: mit
- Created: 2020-04-05T17:55:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-21T04:41:04.000Z (8 months ago)
- Last Synced: 2024-08-01T16:55:59.010Z (3 months ago)
- Language: Svelte
- Homepage:
- Size: 4.87 MB
- Stars: 120
- Watchers: 4
- Forks: 16
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - soufianesakhi/youtube-playlist-helper - YouTube playlist editor and generator (Svelte)
README
# YouTube Playlist Helper
A YouTube playlist creator for [Firefox](https://addons.mozilla.org/en-US/firefox/addon/youtube-playlist-helper/) and [Google Chrome](https://chrome.google.com/webstore/detail/youtube-playlist-helper/ibdakohjhchaagmccfedeejmeillongg).
## Support
Send me an email if you have any request or suggestions. I will try to respond when I have the time.
![](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif) to support the development costs of this extension.
## Features
![extension-popup-menu](https://raw.githubusercontent.com/soufianesakhi/youtube-playlist-helper/master/screenshots/extension-popup-menu.png)
- A complete playlist editor: add, delete, reorder, reverse, remove duplicates, import and export videos
![playlist-editor](https://raw.githubusercontent.com/soufianesakhi/youtube-playlist-helper/master/screenshots/playlist-editor.png)
- 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
![saved-playlists](https://raw.githubusercontent.com/soufianesakhi/youtube-playlist-helper/master/screenshots/saved-playlists.png)
- Create a playlist from a bookmark folder
![create-playlist-from-bookmark-folder](https://raw.githubusercontent.com/soufianesakhi/youtube-playlist-helper/master/screenshots/create-playlist-from-bookmark-folder.png)
- Create a playlist from a list of links
![create-playlist-from-url-list](https://raw.githubusercontent.com/soufianesakhi/youtube-playlist-helper/master/screenshots/create-playlist-from-url-list.png)
- Combine YouTube tabs and create playlist
![combine-youtube-tabs](https://raw.githubusercontent.com/soufianesakhi/youtube-playlist-helper/master/screenshots/combine-youtube-tabs.png)
- Scan current tab for YouTube links and create a playlist (including thumbnails)
![create-playlist-from-youtube-thumbnails](https://raw.githubusercontent.com/soufianesakhi/youtube-playlist-helper/master/screenshots/create-playlist-from-youtube-thumbnails.png)
![playlist-created](https://raw.githubusercontent.com/soufianesakhi/youtube-playlist-helper/master/screenshots/playlist-created.png)
- Convert current YouTube playlist tab to YouTube queue
## Build instructions
1. Install Node.js and npm.
2. Run `npm run build`.
3. The extension final sources are found in the `src` directory.