Jukebox-YT
A Media Player for YouTube videos.
Qu'est-ce que Jukebox-YT ?
Jukebox-YT est une extension Chrome développée par Sam Boyer, et sa fonction principale est "A Media Player for YouTube videos.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Jukebox-YT
Téléchargez les fichiers d'extension Jukebox-YT 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
Jukebox-YT is a Media Player for YouTube videos that lets you collect videos, group them into dynamic playlists and play with rating-weighted shuffling! Videos can be added to your collection individually, or batch-imported from a playlist. From there they can be shuffled, rated and filtered through using complex expressions. Playlists can be made from these search filters. The plugin features a main screen where the tracks are played and handled, a toolbar popup with remote control and 'Add' options in the context menus for YouTube videos and playlists. (It should be noted that Jukebox-YT cannot play certain music videos that are disallowed from being played outside of YouTube, but most music works :3)
Informations de Base sur l'Extension
Nom | |
ID | mglabanecenehiphkiefanefolachfbh |
URL Officiel | https://chrome.google.com/webstore/detail/jukebox-yt/mglabanecenehiphkiefanefolachfbh |
Description | A Media Player for YouTube videos. |
Taille du Fichier | 544 KB |
Nombre d'Installations | 14 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2018-04-13 |
Date de Publication | 2018-04-13 |
Développeur | Sam Boyer |
Type de Paiement | free |
URL de la Page d'Aide | https://samboyer.co.uk |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Jukebox-YT", "version": "1.0.2", "description": "A Media Player for YouTube videos.", "author": "Sam Boyer", "icons": { "32": "img\/icon32.png", "48": "img\/icon48.png" }, "permissions": [ "tabs", "contextMenus", "*:\/\/*.youtube.com\/*", "webRequest" ], "background": { "scripts": [ "js\/background.js", "js\/getData.js" ] }, "browser_action": { "default_icon": "img\/icon32.png", "default_title": "Jukebox.YT", "default_popup": "jukeboxPopup.html" } } |