YouTube Playlist Helper
YouTube playlist editor and generator
Qu'est-ce que YouTube Playlist Helper ?
YouTube Playlist Helper est une extension Chrome développée par Soufiane Sakhi, et sa fonction principale est "YouTube playlist editor and generator".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Playlist Helper
Téléchargez les fichiers d'extension YouTube Playlist Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | YouTube Playlist Helper |
ID | ibdakohjhchaagmccfedeejmeillongg |
URL Officiel | https://chromewebstore.google.com/detail/youtube-playlist-helper/ibdakohjhchaagmccfedeejmeillongg |
Description | YouTube playlist editor and generator |
Taille du Fichier | 63.73 KB |
Nombre d'Installations | 6,320 |
Version Actuelle | 2.12.2 |
Dernière Mise à Jour | 2023-12-28 |
Date de Publication | 2020-07-04 |
Évaluation | 4.10/5 Total 49 Évaluations |
Développeur | Soufiane Sakhi |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/soufianesakhi/youtube-playlist-helper |
Langues Prises en Charge | 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}" } } } |