Youtube Auto Quality
Quality settings on Youtube videos will be defaulted to the highest quality possible.
Youtube Auto Quality란 무엇입니까?
Youtube Auto Quality은(는) jamesw8dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quality settings on Youtube videos will be defaulted to the highest quality possible."입니다.
확장 프로그램 스크린샷
Youtube Auto Quality 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
YouTube's auto quality feature doesn't always use the highest quality supported. This extension automatically sets the quality to the best option per video. Release Log --- v0.2 - Fix bug when entering from youtube.com v0.1 - Initial release Disclaimer -- YouTube™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
확장 프로그램 기본 정보
이름 | Youtube Auto Quality |
ID | dggjpamoacejckpnhgnlmajommekebho |
공식 URL | https://chromewebstore.google.com/detail/youtube-auto-quality/dggjpamoacejckpnhgnlmajommekebho |
설명 | Quality settings on Youtube videos will be defaulted to the highest quality possible. |
파일 크기 | 26.3 KB |
설치 횟수 | 21 |
현재 버전 | 0.2 |
최근 업데이트 | 2021-10-15 |
출시 날짜 | 2021-10-06 |
개발자 | jamesw8dev |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Auto Quality", "description": "Quality settings on Youtube videos will be defaulted to the highest quality possible.", "version": "0.2", "manifest_version": 3, "icons": { "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "web_accessible_resources": [ { "resources": [ "\/js\/setQuality.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content-script.js" ], "run_at": "document_start", "all_frames": true } ] } |