Radio Mode for YouTube™

Replace background YouTube™ videos with more efficient audio, for less distractions.

什么是Radio Mode for YouTube™?

Radio Mode for YouTube™是由https://www.richard-stanton.com开发的Chrome扩展程序,该扩展的主要功能是“Replace background YouTube™ videos with more efficient audio, for less distractions.”。

扩展截图

screenshot
screenshot
screenshot

下载Radio Mode for YouTube™扩展crx文件

下载Radio Mode for YouTube™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Radio Mode for YouTube™ removes the video from the page, leaving just the audio, for less distractions.


Ever listen to music on YouTube in the background? Ever see your computer slow down or hear the fans start spinning?

Simply click the Radio icon in the YouTube player to remove the video. If you are playing a playlist, every video will be blanked out automatically.

* This only works with the HTML5 YouTube player. Videos that are forced to play in Flash, such as VEVO, will not work with the plugin.
* This does not save on bandwidth, just CPU usage and potential distractions.

Usage based on a single video playing. CPU usage reduced by ~50%.

YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

扩展基本信息

名称 Radio Mode for YouTube™ Radio Mode for YouTube™
ID hhbjppdghagniamelnodbhnlbnpmipnm
官方URL https://chromewebstore.google.com/detail/radio-mode-for-youtube/hhbjppdghagniamelnodbhnlbnpmipnm
简介 Replace background YouTube™ videos with more efficient audio, for less distractions.
文件大小 16.76 KB
安装次数 1,483
当前版本 2.0.1
更新时间 2015-08-11
上架时间 2015-08-10
评分 4.02/5 共43次评分
开发者 https://www.richard-stanton.com
付费类型 free
扩展官网 http://www.richard-stanton.com/youtube-radio/
帮助页面URL http://www.richard-stanton.com/youtube-radio/
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Radio Mode for YouTube\u2122",
    "description": "Replace background YouTube\u2122 videos with more efficient audio, for less distractions.",
    "short_name": "YouTube\u2122 Radio",
    "version": "2.0.1",
    "author": "Richard Stanton",
    "minimum_chrome_version": "34",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "http:\/\/*.youtube.com\/",
        "https:\/\/*.youtube.com\/",
        "tabs",
        "storage"
    ],
    "page_action": {
        "default_icon": "img\/on.png",
        "default_title": "YouTube\u2122 Radio"
    },
    "icons": {
        "128": "img\/icon.png"
    }
}