Youtube Radio
Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.
Youtube Radioคืออะไร?
Youtube Radio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Ravina และคุณลักษณะหลักของมันคือ "Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Radio
ดาวน์โหลดไฟล์ส่วนขยาย Youtube Radio ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Have you ever wanted to "listen only" to a youtube video/playlist? There are so many great tracks out there where the visuals and the comments are simply one big distraction. Instead of scrolling down the page or minimizing the window at your workplace, you can enjoy good music with no interruptions all day long!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Youtube Radio |
ID | acdpmpdeondncfaamflcbfpeackcgjml |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-radio/acdpmpdeondncfaamflcbfpeackcgjml |
คำอธิบาย | Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video. |
ขนาดไฟล์ | 57.02 KB |
จำนวนการติดตั้ง | 349 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2015-10-27 |
วันที่เผยแพร่ | 2015-10-26 |
คะแนน | 3.89/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Daniel Ravina |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Radio", "version": "0.0.1", "description": "Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "Daniel Ravina", "content_scripts": [ { "matches": [ "https:\/\/youtube.com\/*", "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*", "http:\/\/youtube.com\/*" ], "js": [ "jquery.js", "main.js" ], "css": [ "main.css" ] } ], "web_accessible_resources": [ "fonts\/*" ] } |