Youtube Radio
Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.
Qu'est-ce que Youtube Radio ?
Youtube Radio est une extension Chrome développée par Daniel Ravina, et sa fonction principale est "Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.".
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
Have you ever wanted to "listen only" to a youtube video/playlist? There are so many great tracks out there where the visuals and the comments are simply one big distraction. Instead of scrolling down the page or minimizing the window at your workplace, you can enjoy good music with no interruptions all day long!
Informations de Base sur l'Extension
Nom | Youtube Radio |
ID | acdpmpdeondncfaamflcbfpeackcgjml |
URL Officiel | https://chromewebstore.google.com/detail/youtube-radio/acdpmpdeondncfaamflcbfpeackcgjml |
Description | Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video. |
Taille du Fichier | 57.02 KB |
Nombre d'Installations | 349 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2015-10-27 |
Date de Publication | 2015-10-26 |
Évaluation | 3.89/5 Total 9 Évaluations |
Développeur | Daniel Ravina |
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", "version": "0.0.1", "description": "Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "Daniel Ravina", "content_scripts": [ { "matches": [ "https:\/\/youtube.com\/*", "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*", "http:\/\/youtube.com\/*" ], "js": [ "jquery.js", "main.js" ], "css": [ "main.css" ] } ], "web_accessible_resources": [ "fonts\/*" ] } |