Chrome Playlist

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

Hvad er Chrome Playlist?

Chrome Playlist er en Chrome-udvidelse udviklet af Bryan Chen, og dens hovedfunktion er "Make a playlist of youtube videos based on a bookmark folder.".

Udvidelsesskærmbilleder

screenshot

Download Chrome Playlist-udvidelses-CRX-fil

Download Chrome Playlist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Chrome Playlist Chrome Playlist
ID dnodaodnfnledpfmlflemmimlpebigbc
Officiel URL https://chromewebstore.google.com/detail/chrome-playlist/dnodaodnfnledpfmlflemmimlpebigbc
Beskrivelse Make a playlist of youtube videos based on a bookmark folder.
Filstørrelse 41.46 KB
Antal Installationer 91
Nuværende Version 1.0.3
Senest Opdateret 2019-04-26
Udgivelsesdato 2019-04-26
Udvikler Bryan Chen
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}