Auto Adjusting for Youtube

Adjust Youtube video quality and make player wide automatically

Auto Adjusting for Youtube란 무엇입니까?

Auto Adjusting for Youtube은(는) Mingc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adjust Youtube video quality and make player wide automatically"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Auto Adjusting for Youtube 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Just keep it simple and clean.

No Ad injection!
NEVER track you!                    

확장 프로그램 기본 정보

이름 Auto Adjusting for Youtube Auto Adjusting for Youtube
ID lhobbnhfgailbhfjahkkiepjekgllmej
공식 URL https://chrome.google.com/webstore/detail/auto-adjusting-for-youtub/lhobbnhfgailbhfjahkkiepjekgllmej
설명 Adjust Youtube video quality and make player wide automatically
파일 크기 13.69 KB
설치 횟수 111
현재 버전 1.0.5
최근 업데이트 2013-12-07
출시 날짜 2013-12-07
평점 4.00/5 총 7 개의 평점
개발자 Mingc
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://[email protected]
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Adjusting for Youtube",
    "short_name": "AA for Youtube",
    "description": "Adjust Youtube video quality and make player wide automatically",
    "version": "1.0.5",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "youtube.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "*:\/\/www.youtube.com\/*",
        "storage"
    ]
}