Chrome Playlist

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

Wat is Chrome Playlist?

Chrome Playlist is een Chrome-extensie ontwikkeld door Bryan Chen, en de belangrijkste functie is "Make a playlist of youtube videos based on a bookmark folder.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Chrome Playlist

Download Chrome Playlist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Chrome Playlist Chrome Playlist
ID dnodaodnfnledpfmlflemmimlpebigbc
Officiële URL https://chromewebstore.google.com/detail/chrome-playlist/dnodaodnfnledpfmlflemmimlpebigbc
Beschrijving Make a playlist of youtube videos based on a bookmark folder.
Bestandsgrootte 41.46 KB
Aantal Installaties 91
Huidige Versie 1.0.3
Laatst Bijgewerkt 2019-04-26
Publicatiedatum 2019-04-26
Ontwikkelaar Bryan Chen
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}