Chrome Playlist

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

Cos'è Chrome Playlist?

Chrome Playlist è un'estensione di Chrome sviluppata da Bryan Chen, e la sua funzione principale è "Make a playlist of youtube videos based on a bookmark folder.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chrome Playlist

Scarica i file di estensione Chrome Playlist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Chrome Playlist Chrome Playlist
ID dnodaodnfnledpfmlflemmimlpebigbc
URL Ufficiale https://chromewebstore.google.com/detail/chrome-playlist/dnodaodnfnledpfmlflemmimlpebigbc
Descrizione Make a playlist of youtube videos based on a bookmark folder.
Dimensione del File 41.46 KB
Conteggio Installazioni 91
Versione Corrente 1.0.3
Ultimo Aggiornamento 2019-04-26
Data di Pubblicazione 2019-04-26
Sviluppatore Bryan Chen
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}