Youtube Radio
Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.
Was ist Youtube Radio?
Youtube Radio ist eine Chrome-Erweiterung, die von Daniel Ravina entwickelt wurde, und ihr Hauptmerkmal ist "Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.".
Erweiterungsscreenshots
Youtube Radio-Erweiterungs-CRX-Datei herunterladen
Laden Sie Youtube Radio-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Youtube Radio |
ID | acdpmpdeondncfaamflcbfpeackcgjml |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-radio/acdpmpdeondncfaamflcbfpeackcgjml |
Beschreibung | Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video. |
Dateigröße | 57.02 KB |
Installationsanzahl | 349 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2015-10-27 |
Veröffentlichungsdatum | 2015-10-26 |
Bewertung | 3.89/5 Insgesamt 9 Bewertungen |
Entwickler | Daniel Ravina |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |