YouTube Music Mode
Automatically reduces video quality when you are not watching video. Thus, saving your internet bandwidth.
YouTube Music Mode란 무엇입니까?
YouTube Music Mode은(는) http://www.ameyanaik.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically reduces video quality when you are not watching video. Thus, saving your internet bandwidth."입니다.
확장 프로그램 스크린샷
YouTube Music Mode 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
How to use it? 1) Install 'YouTube Music Mode' 2) When you watch a video, click 'Music Mode' button to enable or disable. Note: This product is not endorsed, certified or otherwise approved in any way by Youtube or any of its affiliates. Updates: v 2.1.0 (2018-07-24) - (Bug Fix) Reduce/restore Youtube playback quality - Set 'Youtube Music Mode' enabled by default
확장 프로그램 기본 정보
이름 | |
ID | jilljhdedkalicogkbdpjaaelofihagl |
공식 URL | https://chrome.google.com/webstore/detail/youtube-music-mode/jilljhdedkalicogkbdpjaaelofihagl |
설명 | Automatically reduces video quality when you are not watching video. Thus, saving your internet bandwidth. |
파일 크기 | 150 KB |
설치 횟수 | 799 |
현재 버전 | 2.1.0 |
최근 업데이트 | 2018-07-24 |
출시 날짜 | 2018-07-24 |
평점 | 4.00/5 총 20 개의 평점 |
개발자 | http://www.ameyanaik.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "background": { "page": "background.html" }, "content_scripts": [ { "css": [ "inject_style.css" ], "js": [ "v2\/injector.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_idle" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/cdn.mxpnl.com https:\/\/apis.google.com https:\/\/www.youtube.com\/ https:\/\/s.ytimg.com\/yt\/jsbin\/www-widgetapi-vfl9Ni0ki.js; object-src 'self'", "default_locale": "en", "description": "__MSG_description__", "externally_connectable": { "matches": [ "*:\/\/*.youtube.com\/*" ] }, "icons": { "128": "icon.png", "256": "icon.png", "48": "icon.png" }, "manifest_version": 2, "minimum_chrome_version": "18", "name": "__MSG_name__", "permissions": [ "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.1.0", "web_accessible_resources": [ "v2\/injected.js", "v2\/jquery-3.2.1-min.js" ] } |