Drag & Drop Playlist Creator for YouTube

Make unlisted YouTube Playlists by dragging thumbnails into the sidebar.

Vad är Drag & Drop Playlist Creator for YouTube?

Drag & Drop Playlist Creator for YouTube är en Chrome-tillägg utvecklad av https://playlists.at, och dess huvudfunktion är "Make unlisted YouTube Playlists by dragging thumbnails into the sidebar.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Drag & Drop Playlist Creator for YouTube-förlängningens CRX-fil

Ladda ner Drag & Drop Playlist Creator for YouTube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Drag & Drop Playlist Creator for YouTube Drag & Drop Playlist Creator for YouTube
ID aklnkkbopjjemjlkffhamaepagbmblbg
Officiell webbadress https://chromewebstore.google.com/detail/drag-drop-playlist-creato/aklnkkbopjjemjlkffhamaepagbmblbg
Beskrivning Make unlisted YouTube Playlists by dragging thumbnails into the sidebar.
Filstorlek 491 KB
Antal Installationer 984
Aktuell Version 1.5.3
Senast Uppdaterad 2022-08-28
Publiceringsdatum 2020-02-26
Betyg 3.73/5 Totalt 11 Betyg
Utvecklare https://playlists.at
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}