YouTube Playlist Helper

YouTube playlist editor and generator

什麼是YouTube Playlist Helper?

YouTube Playlist Helper是由Soufiane Sakhi開發的Chrome擴展程式,該擴展的主要功能是“YouTube playlist editor and generator”。

擴展截圖

screenshot
screenshot

下載YouTube Playlist Helper擴展crx文件

下載YouTube Playlist Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 YouTube Playlist Helper YouTube Playlist Helper
ID ibdakohjhchaagmccfedeejmeillongg
官方網址 https://chromewebstore.google.com/detail/youtube-playlist-helper/ibdakohjhchaagmccfedeejmeillongg
簡介 YouTube playlist editor and generator
檔案大小 63.73 KB
安裝次數 6,320
目前版本 2.12.2
更新時間 2023-12-28
上架時間 2020-07-04
評分 4.10/5 共 49 次評分
開發者 Soufiane Sakhi
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/soufianesakhi/youtube-playlist-helper
支援的語言 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}"
        }
    }
}