Youtube Radio

Auto generated playlists of youtube videos based on an artist

Was ist Youtube Radio?

Youtube Radio ist eine Chrome-Erweiterung, die von Evan Skeete entwickelt wurde, und ihr Hauptmerkmal ist "Auto generated playlists of youtube videos based on an artist".

Erweiterungsscreenshots

screenshot
screenshot

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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Youtube Radio Youtube Radio
ID nbmhnagdobdppoanifgnjdaeglfnpjea
Offizielle URL https://chrome.google.com/webstore/detail/youtube-radio/nbmhnagdobdppoanifgnjdaeglfnpjea
Beschreibung Auto generated playlists of youtube videos based on an artist
Dateigröße 2.25 MB
Installationsanzahl 153
Aktuelle Version 0.1
Letztes Update 2019-03-08
Veröffentlichungsdatum 2019-03-08
Bewertung 4.13/5 Insgesamt 8 Bewertungen
Entwickler Evan Skeete
Zahlungsart free
Unterstützte Sprachen 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'"
}