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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}