Drag & Drop Playlist Creator for YouTube

Make unlisted YouTube Playlists by dragging thumbnails into the sidebar.

Wat is Drag & Drop Playlist Creator for YouTube?

Drag & Drop Playlist Creator for YouTube is een Chrome-extensie ontwikkeld door https://playlists.at, en de belangrijkste functie is "Make unlisted YouTube Playlists by dragging thumbnails into the sidebar.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Drag & Drop Playlist Creator for YouTube

Download Drag & Drop Playlist Creator for YouTube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        ▶️ 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.                    

Basisinformatie over de Extensie

Naam Drag & Drop Playlist Creator for YouTube Drag & Drop Playlist Creator for YouTube
ID aklnkkbopjjemjlkffhamaepagbmblbg
Officiële URL https://chromewebstore.google.com/detail/drag-drop-playlist-creato/aklnkkbopjjemjlkffhamaepagbmblbg
Beschrijving Make unlisted YouTube Playlists by dragging thumbnails into the sidebar.
Bestandsgrootte 491 KB
Aantal Installaties 984
Huidige Versie 1.5.3
Laatst Bijgewerkt 2022-08-28
Publicatiedatum 2020-02-26
Beoordeling 3.73/5 Totaal 11 Beoordelingen
Ontwikkelaar https://playlists.at
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}