Youtube Radio

Auto generated playlists of youtube videos based on an artist

Cos'è Youtube Radio?

Youtube Radio è un'estensione di Chrome sviluppata da Evan Skeete, e la sua funzione principale è "Auto generated playlists of youtube videos based on an artist".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Youtube Radio

Scarica i file di estensione Youtube Radio in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Youtube Radio Youtube Radio
ID nbmhnagdobdppoanifgnjdaeglfnpjea
URL Ufficiale https://chrome.google.com/webstore/detail/youtube-radio/nbmhnagdobdppoanifgnjdaeglfnpjea
Descrizione Auto generated playlists of youtube videos based on an artist
Dimensione del File 2.25 MB
Conteggio Installazioni 153
Versione Corrente 0.1
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 4.13/5 Totale 8 Valutazioni
Sviluppatore Evan Skeete
Tipo di Pagamento free
Lingue Supportate 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'"
}