YouTube Auto HD + FPS

Automatically set the video quality on YouTube according to its FPS!

YouTube Auto HD + FPS란 무엇입니까?

YouTube Auto HD + FPS은(는) https://avi12.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically set the video quality on YouTube according to its FPS!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        My extension allows you to customize the video quality experience based on the video's FPS (Frames Per Second). You can adjust the quality anywhere from 144p to 8K.
This means, for example, that you can watch 30FPS videos at 4K and 60FPS videos at 1080p!

You also have the option to automatically select the enhanced bitrate quality. Additionally, the extension lets you choose the quality of embedded videos, which are videos outside of YouTube.com.

Lastly, you can enable the auto-resize feature to adjust the video size automatically.

Source code: https://github.com/avi12/youtube-auto-hd                    

확장 프로그램 기본 정보

이름 YouTube Auto HD + FPS YouTube Auto HD + FPS
ID fcphghnknhkimeagdglkljinmpbagone
공식 URL https://chromewebstore.google.com/detail/youtube-auto-hd-+-fps/fcphghnknhkimeagdglkljinmpbagone
설명 Automatically set the video quality on YouTube according to its FPS!
파일 크기 1.77 MB
설치 횟수 147,331
현재 버전 1.8.18
최근 업데이트 2024-02-11
출시 날짜 2020-05-31
평점 4.21/5 총 1139 개의 평점
개발자 https://avi12.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://avi12.com
도움말 페이지 URL https://github.com/avi12/youtube-auto-hd/issues/new/choose
개인정보 보호 정책 페이지 URL https://avi12.com/youtube-auto-hd
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.8.18",
    "author": "avi12 ",
    "name": "YouTube Auto HD + FPS",
    "description": "__MSG_cj_i18n_02146__",
    "homepage_url": "https:\/\/github.com\/avi12\/youtube-auto-hd",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false,
        "browser_style": true
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube-nocookie.com\/*",
                "https:\/\/youtube.googleapis.com\/*"
            ],
            "js": [
                "content-script-init-desktop.198ffcc0.js"
            ],
            "all_frames": true,
            "css": []
        },
        {
            "matches": [
                "https:\/\/m.youtube.com\/*"
            ],
            "js": [
                "content-script-init-mobile.af8a7027.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content-script-resize.9f0561a0.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content-script-donation.6ff523eb.js"
            ],
            "css": []
        }
    ],
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/youtube.com\/*",
        "https:\/\/*.youtube.com\/*",
        "https:\/\/www.youtube-nocookie.com\/*",
        "https:\/\/youtube.googleapis.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "*.map"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "https:\/\/m.youtube.com\/*"
            ],
            "resources": [
                "content-script-init-mobile.22266f1f.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "content-script-donation.edc03b6d.css"
            ]
        }
    ]
}