Youtube Radio

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

Hvad er Youtube Radio?

Youtube Radio er en Chrome-udvidelse udviklet af Daniel Ravina, og dens hovedfunktion er "Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Youtube Radio-udvidelses-CRX-fil

Download Youtube Radio-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Youtube Radio Youtube Radio
ID acdpmpdeondncfaamflcbfpeackcgjml
Officiel URL https://chromewebstore.google.com/detail/youtube-radio/acdpmpdeondncfaamflcbfpeackcgjml
Beskrivelse Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.
Filstørrelse 57.02 KB
Antal Installationer 349
Nuværende Version 0.0.1
Senest Opdateret 2015-10-27
Udgivelsesdato 2015-10-26
Bedømmelse 3.89/5 Samlet 9 Bedømmelser
Udvikler Daniel Ravina
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}