Youtube Radio
Auto generated playlists of youtube videos based on an artist
Qu'est-ce que Youtube Radio ?
Youtube Radio est une extension Chrome développée par Evan Skeete, et sa fonction principale est "Auto generated playlists of youtube videos based on an artist".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Youtube Radio
Téléchargez les fichiers d'extension Youtube Radio 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
Tired of youtube's auto play giving you stuff you don't want? Tired of having to switch tabs to control your music? Youtube radio generates playlists of songs based on artists you like and plays the tracks on youtube. You can control playback from a floating window to eliminate tab switching.
Informations de Base sur l'Extension
Nom | |
ID | nbmhnagdobdppoanifgnjdaeglfnpjea |
URL Officiel | https://chrome.google.com/webstore/detail/youtube-radio/nbmhnagdobdppoanifgnjdaeglfnpjea |
Description | Auto generated playlists of youtube videos based on an artist |
Taille du Fichier | 2.25 MB |
Nombre d'Installations | 153 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2019-03-08 |
Date de Publication | 2019-03-08 |
Évaluation | 4.13/5 Total 8 Évaluations |
Développeur | Evan Skeete |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Radio", "description": "Auto generated playlists of youtube videos based on an artist", "version": "0.1", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "tabs", "*:\/\/*\/*" ], "content_security_policy": "script-src 'unsafe-eval'; object-src 'self'" } |