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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://playlists.at และคุณลักษณะหลักของมันคือ "Make unlisted YouTube Playlists by dragging thumbnails into the sidebar."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Drag & Drop Playlist Creator for YouTube

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}