Youtube Radio
Auto generated playlists of youtube videos based on an artist
Youtube Radio란 무엇입니까?
Youtube Radio은(는) Evan Skeete에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto generated playlists of youtube videos based on an artist"입니다.
확장 프로그램 스크린샷
Youtube Radio 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | nbmhnagdobdppoanifgnjdaeglfnpjea |
공식 URL | https://chrome.google.com/webstore/detail/youtube-radio/nbmhnagdobdppoanifgnjdaeglfnpjea |
설명 | Auto generated playlists of youtube videos based on an artist |
파일 크기 | 2.25 MB |
설치 횟수 | 153 |
현재 버전 | 0.1 |
최근 업데이트 | 2019-03-08 |
출시 날짜 | 2019-03-08 |
평점 | 4.13/5 총 8 개의 평점 |
개발자 | Evan Skeete |
결제 유형 | free |
지원되는 언어 | 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'" } |