Chrome Playlist

Make a playlist of youtube videos based on a bookmark folder.

Apa itu Chrome Playlist?

Chrome Playlist adalah ekstensi Chrome yang dikembangkan oleh Bryan Chen, dan fitur utamanya adalah "Make a playlist of youtube videos based on a bookmark folder.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Chrome Playlist

Unduh file ekstensi Chrome Playlist dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Select a bookmark folder containing lots of youtube links through the pop-up interface and then click play! A new tab will open that automatically cycles through the bookmarked videos in the folder as they end, acting as a custom playlist through youtube. You can use the popup to skip to a new randomly selected song as well.                    

Informasi Dasar Ekstensi

Nama Chrome Playlist Chrome Playlist
ID dnodaodnfnledpfmlflemmimlpebigbc
URL Resmi https://chromewebstore.google.com/detail/chrome-playlist/dnodaodnfnledpfmlflemmimlpebigbc
Deskripsi Make a playlist of youtube videos based on a bookmark folder.
Ukuran File 41.46 KB
Jumlah Instalasi 91
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2019-04-26
Tanggal Publikasi 2019-04-26
Pengembang Bryan Chen
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.3",
    "name": "Chrome Playlist",
    "description": "Make a playlist of youtube videos based on a bookmark folder.",
    "icons": {
        "16": "images\/note16.png",
        "48": "images\/note48.png",
        "128": "images\/note128.png"
    },
    "browser_action": {
        "default_icon": "images\/note128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "bookmarks",
        "https:\/\/www.youtube.com\/*"
    ]
}