Auto Quality for YouTube™

Watch YouTube™ Videos automatically in any quality

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

Auto Quality for YouTube™은(는) MegaXT에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch YouTube™ Videos automatically in any quality"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Are you bothered of YouTube™ videos not switching to HD automatically? Try Auto Quality for YouTube™!

- YouTube Gaming™
- Autopause videos
- Auto HD
- Select any quality!
- Very fast due to very light code!
- No annoying Icons! It just works!
- No reloading of your videos
- No rebuffering

If you like Auto Quality for YouTube™, please rate us 5 Stars and share on Facebook!

YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

확장 프로그램 기본 정보

이름 Auto Quality for YouTube™ Auto Quality for YouTube™
ID iaddfgegjgjelgkanamleadckkpnjpjc
공식 URL https://chromewebstore.google.com/detail/auto-quality-for-youtube/iaddfgegjgjelgkanamleadckkpnjpjc
설명 Watch YouTube™ Videos automatically in any quality
파일 크기 136 KB
설치 횟수 161,015
현재 버전 1.1
최근 업데이트 2021-02-25
출시 날짜 2018-04-19
평점 3.46/5 총 288 개의 평점
개발자 MegaXT
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.megaxt.com?s=privacy-policy
지원되는 언어 id,de,en,fil,fr,nl,no,vi,tr,ca,da,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,cs,el,sr,bg,ru,uk,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Quality for YouTube\u2122",
    "version": "1.1",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.megaxt.com; object-src 'self'",
    "background": {
        "page": "background\/page.html"
    },
    "content_scripts": [
        {
            "js": [
                "contentscripts\/any_start.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "ui\/options.html",
    "page_action": {
        "default_icon": {
            "19": "icons\/icon19pa.png",
            "38": "icons\/icon38pa.png"
        },
        "default_title": "Auto Quality for YouTube\u2122",
        "default_popup": "ui\/pageaction.html"
    },
    "permissions": [
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "inj\/ytcom.js"
    ]
}