Youtube Radio
Auto generated playlists of youtube videos based on an artist
Wat is Youtube Radio?
Youtube Radio is een Chrome-extensie ontwikkeld door Evan Skeete, en de belangrijkste functie is "Auto generated playlists of youtube videos based on an artist".
Extensie Screenshots
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
Tired of youtube's auto play giving you stuff you don't want? Tired of having to switch tabs to control your music? Youtube radio generates playlists of songs based on artists you like and plays the tracks on youtube. You can control playback from a floating window to eliminate tab switching.
Basisinformatie over de Extensie
Naam | |
ID | nbmhnagdobdppoanifgnjdaeglfnpjea |
Officiële URL | https://chrome.google.com/webstore/detail/youtube-radio/nbmhnagdobdppoanifgnjdaeglfnpjea |
Beschrijving | Auto generated playlists of youtube videos based on an artist |
Bestandsgrootte | 2.25 MB |
Aantal Installaties | 153 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-08 |
Beoordeling | 4.13/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Evan Skeete |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Radio", "description": "Auto generated playlists of youtube videos based on an artist", "version": "0.1", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "activeTab", "tabs", "*:\/\/*\/*" ], "content_security_policy": "script-src 'unsafe-eval'; object-src 'self'" } |