Drag & Drop Playlist Creator for YouTube

Make unlisted YouTube Playlists by dragging thumbnails into the sidebar.

Was ist Drag & Drop Playlist Creator for YouTube?

Drag & Drop Playlist Creator for YouTube ist eine Chrome-Erweiterung, die von https://playlists.at entwickelt wurde, und ihr Hauptmerkmal ist "Make unlisted YouTube Playlists by dragging thumbnails into the sidebar.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Drag & Drop Playlist Creator for YouTube-Erweiterungs-CRX-Datei herunterladen

Laden Sie Drag & Drop Playlist Creator for YouTube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Drag & Drop Playlist Creator for YouTube Drag & Drop Playlist Creator for YouTube
ID aklnkkbopjjemjlkffhamaepagbmblbg
Offizielle URL https://chromewebstore.google.com/detail/drag-drop-playlist-creato/aklnkkbopjjemjlkffhamaepagbmblbg
Beschreibung Make unlisted YouTube Playlists by dragging thumbnails into the sidebar.
Dateigröße 491 KB
Installationsanzahl 984
Aktuelle Version 1.5.3
Letztes Update 2022-08-28
Veröffentlichungsdatum 2020-02-26
Bewertung 3.73/5 Insgesamt 11 Bewertungen
Entwickler https://playlists.at
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}