Youtube Radio

Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.

Wat is Youtube Radio?

Youtube Radio is een Chrome-extensie ontwikkeld door Daniel Ravina, en de belangrijkste functie is "Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Youtube Radio

Download Youtube Radio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Youtube Radio Youtube Radio
ID acdpmpdeondncfaamflcbfpeackcgjml
Officiële URL https://chromewebstore.google.com/detail/youtube-radio/acdpmpdeondncfaamflcbfpeackcgjml
Beschrijving Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.
Bestandsgrootte 57.02 KB
Aantal Installaties 349
Huidige Versie 0.0.1
Laatst Bijgewerkt 2015-10-27
Publicatiedatum 2015-10-26
Beoordeling 3.89/5 Totaal 9 Beoordelingen
Ontwikkelaar Daniel Ravina
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}