Youtube Radio
Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.
Youtube Radio là gì?
Youtube Radio là một tiện ích mở rộng Chrome được phát triển bởi Daniel Ravina, và tính năng chính của nó là "Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Youtube Radio
Tải xuống các tệp mở rộng Youtube Radio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | acdpmpdeondncfaamflcbfpeackcgjml |
URL Chính Thức | https://chromewebstore.google.com/detail/youtube-radio/acdpmpdeondncfaamflcbfpeackcgjml |
Mô tả | Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video. |
Kích Thước Tệp | 57.02 KB |
Số Lần Cài Đặt | 349 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2015-10-27 |
Ngày Phát Hành | 2015-10-26 |
Đánh Giá | 3.89/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Daniel Ravina |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |