Youtube Radio
Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.
Cos'è Youtube Radio?
Youtube Radio è un'estensione di Chrome sviluppata da Daniel Ravina, e la sua funzione principale è "Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Youtube Radio
Scarica i file di estensione Youtube Radio 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
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!
Informazioni di Base sull'Estensione
Nome | Youtube Radio |
ID | acdpmpdeondncfaamflcbfpeackcgjml |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-radio/acdpmpdeondncfaamflcbfpeackcgjml |
Descrizione | Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video. |
Dimensione del File | 57.02 KB |
Conteggio Installazioni | 349 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2015-10-27 |
Data di Pubblicazione | 2015-10-26 |
Valutazione | 3.89/5 Totale 9 Valutazioni |
Sviluppatore | Daniel Ravina |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |