Auto HD/4k/8k for YouTube™ - YouTube™ Auto HD

Automatically set your default YouTube™ video quality with this great new Auto HD, supporting high definition resolution HD/4k/8k.

Auto HD/4k/8k for YouTube™ - YouTube™ Auto HD란 무엇입니까?

Auto HD/4k/8k for YouTube™ - YouTube™ Auto HD은(는) Auto HD for YouTube™에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically set your default YouTube™ video quality with this great new Auto HD, supporting high definition resolution HD/4k/8k."입니다.

확장 프로그램 스크린샷

screenshot

Auto HD/4k/8k for YouTube™ - YouTube™ Auto HD 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Auto HD for YouTube™

Auto HD Features:
✓ Automatically set your default quality for all YouTube videos
✓ All available HD formats and more - 4320p, 2160p, 1440p, 1080p, 720p, 480p, 360p, 240p, 144p
✓ Switch back to Automatic mode (YouTube's default)
✓ Beautiful and simple Auto HD User Interface
✓ Sync your selected Auto HD YouTube quality to other connected PCs
✓ Auto HD for YouTube™

Auto HD lets you watch YouTube videos in your preferred playback quality!
Choose any available resolution you wish and set it as your default option for any YouTube video you watch.
Select any quality with this Auto HD extension - 8k, 4k, 1440p, 1080p, 720p and more.

How to use?
Click the Auto HD for YouTube™ icon, choose your new default YouTube™ resolution and be done!

We hope you enjoy this ★new★ YouTube™ Auto HD!                    

확장 프로그램 기본 정보

이름 Auto HD/4k/8k for YouTube™ - YouTube™ Auto HD Auto HD/4k/8k for YouTube™ - YouTube™ Auto HD
ID fjdmkanbdloodhegphphhklnjfngoffa
공식 URL https://chromewebstore.google.com/detail/auto-hd4k8k-for-youtube-y/fjdmkanbdloodhegphphhklnjfngoffa
설명 Automatically set your default YouTube™ video quality with this great new Auto HD, supporting high definition resolution HD/4k/8k.
파일 크기 160 KB
설치 횟수 357,285
현재 버전 1.05
최근 업데이트 2019-04-14
출시 날짜 2019-04-13
평점 4.14/5 총 405 개의 평점
개발자 Auto HD for YouTube™
결제 유형 free
지원되는 언어 de,en,en-GB,en-US,fr,nl,no,es,es-419,it,hu,pl,pt-BR,pt-PT,ro,sv,el,bg,ru,uk,iw,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "version": "1.05",
    "description": "__MSG_description__",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "background": {
        "scripts": [
            "lib\/browser-polyfill.min.js",
            "utils.js",
            "browser-action.js",
            "background.js"
        ]
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [],
            "js": [
                "lib\/browser-polyfill.min.js",
                "utils.js",
                "content\/embedded-frame-js-flag.js",
                "content\/yt-auto-hd.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "19": "images\/hd_128.png",
            "38": "images\/hd_128.png",
            "128": "images\/hd_128.png"
        },
        "default_title": "__MSG_name__"
    },
    "icons": {
        "16": "images\/hd_128.png",
        "48": "images\/hd_128.png",
        "128": "images\/hd_128.png"
    },
    "applications": {
        "gecko": {
            "strict_min_version": "52.0a2",
            "id": "{4cf120ba-c67a-47a9-9c99-7ab813d08379}"
        }
    },
    "manifest_version": 2
}