Automatic 4K/HD for Youtube

Extension that will allow you to select desired playback quality on Youtube. Save setting forever.

Automatic 4K/HD for Youtube란 무엇입니까?

Automatic 4K/HD for Youtube은(는) Youtube Auto HD에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension that will allow you to select desired playback quality on Youtube. Save setting forever."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Automatic 4K/HD for Youtube 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Watch Youtube videos automatically in highest quality.
Automatically set youtube videos to play in HD. Users can select from 1080p, 720p, and other sizes as are available for each particular video. Always watch Youtube HD. Auto HD For YouTube.
——————————————————————————————————————————————
Features:
✓ Auto HD For YT
✓ Always the best YT viewing experience
✓ Automatic 4K / HD YT Video Selection
✓ Expand YT Video Description by default
✓ Set default YT Player Sizes
✓ YT HD in various formats
✓ Ultra fast plus very lightweight, will not slow you down your YT player
✓ Sync your YT Quality Settings to other connected PCs                    

확장 프로그램 기본 정보

이름 Automatic 4K/HD for Youtube Automatic 4K/HD for Youtube
ID dclmmkinjdaochjinbhanlipdpmkdhfb
공식 URL https://chromewebstore.google.com/detail/automatic-4khd-for-youtub/dclmmkinjdaochjinbhanlipdpmkdhfb
설명 Extension that will allow you to select desired playback quality on Youtube. Save setting forever.
파일 크기 175 KB
설치 횟수 739
현재 버전 2.0.0.20
최근 업데이트 2023-05-06
출시 날짜 2021-01-27
평점 4.65/5 총 23 개의 평점
개발자 Youtube Auto HD
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/extensions-privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js",
            "analytics.js",
            "notifications.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/i6.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [],
            "js": [
                "yt.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/apis.google.com https:\/\/ajax.googleapis.com blob:;style-src 'self' 'unsafe-inline' 'unsafe-eval';connect-src *;object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "images\/default.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        ""
    ],
    "version": "2.0.0.20"
}