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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make unlisted YouTube Playlists by dragging thumbnails into the sidebar."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Drag & Drop Playlist Creator for YouTube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ▶️ 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
आधिकारिक URL 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"
    }
}