Youtube Radio
Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.
O que é Youtube Radio?
Youtube Radio é uma extensão do Chrome desenvolvida por Daniel Ravina, e sua principal característica é "Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Youtube Radio
Baixe arquivos de extensão Youtube Radio no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Youtube Radio |
ID | acdpmpdeondncfaamflcbfpeackcgjml |
URL Oficial | https://chromewebstore.google.com/detail/youtube-radio/acdpmpdeondncfaamflcbfpeackcgjml |
Descrição | Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video. |
Tamanho do Arquivo | 57.02 KB |
Contagem de Instalações | 349 |
Versão Atual | 0.0.1 |
Última Atualização | 2015-10-27 |
Data de Publicação | 2015-10-26 |
Classificação | 3.89/5 Total de 9 Avaliações |
Desenvolvedor | Daniel Ravina |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } |