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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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}"
        }
    }
}