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是由Daniel Ravina開發的Chrome擴展程式,該擴展的主要功能是“Turn youtube videos into an 'audio only' player so you can enjoy music without the distraction of the video.”。

擴展截圖

screenshot
screenshot

下載Youtube Radio擴展crx文件

下載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 Youtube Radio
ID acdpmpdeondncfaamflcbfpeackcgjml
官方網址 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\/*"
    ]
}