Youtube Radio

Auto generated playlists of youtube videos based on an artist

Co to jest Youtube Radio?

Youtube Radio to rozszerzenie Chrome opracowane przez Evan Skeete, a jego główną funkcją jest „Auto generated playlists of youtube videos based on an artist”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Youtube Radio

Pobierz pliki rozszerzeń Youtube Radio w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Youtube Radio Youtube Radio
ID nbmhnagdobdppoanifgnjdaeglfnpjea
Oficjalny URL https://chrome.google.com/webstore/detail/youtube-radio/nbmhnagdobdppoanifgnjdaeglfnpjea
Opis Auto generated playlists of youtube videos based on an artist
Rozmiar pliku 2.25 MB
Liczba instalacji 153
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2019-03-08
Data Publikacji 2019-03-08
Ocena 4.13/5 Łącznie 8 Oceny
Deweloper Evan Skeete
Typ Płatności free
Obsługiwane Języki 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'"
}