Drag & Drop Playlist Creator for YouTube

Make unlisted YouTube Playlists by dragging thumbnails into the sidebar.

什麼是Drag & Drop Playlist Creator for YouTube?

Drag & Drop Playlist Creator for YouTube是由https://playlists.at開發的Chrome擴展程式,該擴展的主要功能是“Make unlisted YouTube Playlists by dragging thumbnails into the sidebar.”。

擴展截圖

screenshot
screenshot
screenshot

下載Drag & Drop Playlist Creator for YouTube擴展crx文件

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

擴展使用說明

                        ▶️ Create unlisted playlists:
Click the extension button while browsing YouTube to open the drag and drop sidebar. Drag YouTube thumbnails into the box and click open playlist.                    

擴展基本資訊

名稱 Drag & Drop Playlist Creator for YouTube Drag & Drop Playlist Creator for YouTube
ID aklnkkbopjjemjlkffhamaepagbmblbg
官方網址 https://chromewebstore.google.com/detail/drag-drop-playlist-creato/aklnkkbopjjemjlkffhamaepagbmblbg
簡介 Make unlisted YouTube Playlists by dragging thumbnails into the sidebar.
檔案大小 491 KB
安裝次數 984
目前版本 1.5.3
更新時間 2022-08-28
上架時間 2020-02-26
評分 3.73/5 共 11 次評分
開發者 https://playlists.at
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Drag & Drop Playlist Creator for YouTube",
    "permissions": [
        "tabs",
        "activeTab",
        "scripting"
    ],
    "short_name": "Playlist Maker",
    "version": "1.5.3",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "resources\/icons\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background-worker.js"
    },
    "action": {
        "default_icon": "resources\/favicon\/icon.png",
        "default_title": "Playlist Creator"
    },
    "content_scripts": [
        {
            "css": [
                "resources\/styles\/playlistsidebar.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "description": "Make unlisted YouTube Playlists by dragging thumbnails into the sidebar.",
    "icons": {
        "128": "resources\/favicon\/128.png",
        "16": "resources\/favicon\/16.png",
        "24": "resources\/favicon\/24.png",
        "96": "resources\/favicon\/96.png"
    }
}