Youtube Radio

Auto generated playlists of youtube videos based on an artist

Youtube Radio là gì?

Youtube Radio là một tiện ích mở rộng Chrome được phát triển bởi Evan Skeete, và tính năng chính của nó là "Auto generated playlists of youtube videos based on an artist".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Youtube Radio Youtube Radio
ID nbmhnagdobdppoanifgnjdaeglfnpjea
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-radio/nbmhnagdobdppoanifgnjdaeglfnpjea
Mô tả Auto generated playlists of youtube videos based on an artist
Kích Thước Tệp 2.25 MB
Số Lần Cài Đặt 153
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 4.13/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Evan Skeete
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",
    "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'"
}