Auto High Quality for YouTube™

Automatically change YouTube video quality to HD resolution or the highest available one

Auto High Quality for YouTube™란 무엇입니까?

Auto High Quality for YouTube™은(는) balvin.perrie에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically change YouTube video quality to HD resolution or the highest available one"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Auto High Quality for YouTube™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension automatically changes the YouTube video quality to a user-selected high-quality resolution.

Features:
1. Select the highest quality by default
2. Do not change the quality if high resolution is already selected (optional feature)
3. Allows the user to select almost all available qualities.
4. It is possible to disable more than 30 FPS frame rates (optional feature). Use it if you don't have a bandwidth problem, but your browser cannot handle high-frame-rate playing.
5. Use different qualities for visible and hidden YouTube players (optional feature)

Some Use Cases:
1. YouTube starts at low quality, but I want to watch at high resolution.
2. YouTube automatically increases quality which causes the loader to appear once per while. I don't want the player to alter the resolution.
3. YouTube switches to 60 frame rate mode, but my browser drops frames.                    

확장 프로그램 기본 정보

이름 Auto High Quality for YouTube™ Auto High Quality for YouTube™
ID alageihdeogmjlkgifaeefodfbdbljjf
공식 URL https://chromewebstore.google.com/detail/auto-high-quality-for-you/alageihdeogmjlkgifaeefodfbdbljjf
설명 Automatically change YouTube video quality to HD resolution or the highest available one
파일 크기 64.73 KB
설치 횟수 10,000
현재 버전 0.4.4
최근 업데이트 2023-11-14
출시 날짜 2019-10-05
평점 3.76/5 총 42 개의 평점
개발자 balvin.perrie
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://webextension.org/listing/youtube-hd.html
도움말 페이지 URL https://webextension.org/listing/youtube-hd.html
개인정보 보호 정책 페이지 URL https://add0n.com/policies/balvin.perrie.txt
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto High Quality for YouTube\u2122",
    "description": "Automatically change YouTube video quality to HD resolution or the highest available one",
    "version": "0.4.4",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/www.youtube.com\/*"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/youtube-hd.html",
    "action": {
        "default_popup": "\/data\/popup\/index.html"
    },
    "icons": {
        "16": "\/data\/icons\/16.png",
        "19": "\/data\/icons\/19.png",
        "32": "\/data\/icons\/32.png",
        "38": "\/data\/icons\/38.png",
        "48": "\/data\/icons\/48.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "commands": {
        "_execute_action": []
    }
}