YouTube High Definition

This extension is powerful tool that will let you play all videos in HD and change video player size automatically.

YouTube High Definition란 무엇입니까?

YouTube High Definition은(는) https://barisderin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is powerful tool that will let you play all videos in HD and change video player size automatically."입니다.

확장 프로그램 스크린샷

screenshot

YouTube High Definition 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension is a powerful tool that will let you 

* automatically play all videos in HD
* turn off annotations 
* change video player size 
* automatically stop videos 
* auto mute video sound
* have HD support for all other YouTube videos on other external sites like Twitter, Reddit and Facebook.                    

확장 프로그램 기본 정보

이름 YouTube High Definition YouTube High Definition
ID dokdlgjaaaijndfajoknjbelmadhomca
공식 URL https://chromewebstore.google.com/detail/youtube-high-definition/dokdlgjaaaijndfajoknjbelmadhomca
설명 This extension is powerful tool that will let you play all videos in HD and change video player size automatically.
파일 크기 205 KB
설치 횟수 10,000
현재 버전 118.0.3
최근 업데이트 2023-09-19
출시 날짜 2022-05-31
평점 3.79/5 총 159 개의 평점
개발자 https://barisderin.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://barisderin.com/?p=39
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "118.0.3",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "options_page": "popup\/popup.html",
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content_script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style\/*",
                "scripts\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}