YouTube-Auto HD

Make YouTube videos automatically play in HD.

YouTube-Auto HD란 무엇입니까?

YouTube-Auto HD은(는) dmd1780에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make YouTube videos automatically play in HD."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

YouTube-Auto HD 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Make YouTube videos automatically play in HD.

This is a relaunch of the orginal code of "YouTube-Auto HDTM", with the difference, that in this code is no spying code included (expl: Google Analytics).                    

확장 프로그램 기본 정보

이름 YouTube-Auto HD YouTube-Auto HD
ID moddnjecmknkeaemnblhfjlgbanafobc
공식 URL https://chrome.google.com/webstore/detail/youtube-auto-hd/moddnjecmknkeaemnblhfjlgbanafobc
설명 Make YouTube videos automatically play in HD.
파일 크기 105 KB
설치 횟수 1,197
현재 버전 1.3.1
최근 업데이트 2022-09-30
출시 날짜 2019-02-20
평점 2.60/5 총 5 개의 평점
개발자 dmd1780
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,nl,no,tr,da,es,it,fi,sv,ru,hi,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "\/libs\/jquery.js",
            "\/libs\/utils.js",
            "\/background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "libs\/jquery.js",
                "libs\/utils.js",
                "content\/youtube.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "homepage_url": "http:\/\/unze4u.de",
    "icons": {
        "16": "icons\/icon-16.ico",
        "48": "icons\/icon-48.ico",
        "128": "icons\/icon-128.ico"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "options_page": "settings\/settings.htm",
    "page_action": {
        "default_icon": {
            "16": "icons\/icon-16.ico",
            "48": "icons\/icon-48.ico",
            "128": "icons\/icon-128.ico"
        },
        "default_popup": "settings\/settings.htm",
        "default_title": "__MSG_extSettings__"
    },
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "version": "1.3.1"
}