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文件
下載Youtube Radio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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'" } |