Youtube Radio

Auto generated playlists of youtube videos based on an artist

Vad är Youtube Radio?

Youtube Radio är en Chrome-tillägg utvecklad av Evan Skeete, och dess huvudfunktion är "Auto generated playlists of youtube videos based on an artist".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Youtube Radio-förlängningens CRX-fil

Ladda ner Youtube Radio-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Youtube Radio Youtube Radio
ID nbmhnagdobdppoanifgnjdaeglfnpjea
Officiell webbadress https://chrome.google.com/webstore/detail/youtube-radio/nbmhnagdobdppoanifgnjdaeglfnpjea
Beskrivning Auto generated playlists of youtube videos based on an artist
Filstorlek 2.25 MB
Antal Installationer 153
Aktuell Version 0.1
Senast Uppdaterad 2019-03-08
Publiceringsdatum 2019-03-08
Betyg 4.13/5 Totalt 8 Betyg
Utvecklare Evan Skeete
Betalningssätt free
Stödda Språk 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'"
}