Youtube Radio
Auto generated playlists of youtube videos based on an artist
Youtube Radioคืออะไร?
Youtube Radio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Evan Skeete และคุณลักษณะหลักของมันคือ "Auto generated playlists of youtube videos based on an artist"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Radio
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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'" } |