Chrome Playlist
Make a playlist of youtube videos based on a bookmark folder.
Qu'est-ce que Chrome Playlist ?
Chrome Playlist est une extension Chrome développée par Bryan Chen, et sa fonction principale est "Make a playlist of youtube videos based on a bookmark folder.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chrome Playlist
Téléchargez les fichiers d'extension Chrome Playlist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Chrome Playlist |
ID | dnodaodnfnledpfmlflemmimlpebigbc |
URL Officiel | https://chromewebstore.google.com/detail/chrome-playlist/dnodaodnfnledpfmlflemmimlpebigbc |
Description | Make a playlist of youtube videos based on a bookmark folder. |
Taille du Fichier | 41.46 KB |
Nombre d'Installations | 91 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2019-04-26 |
Date de Publication | 2019-04-26 |
Développeur | Bryan Chen |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } |