H264ify With Auto 1080

H264ify with Auto 1080 Chrome Extension saves you from buffering videos & lets you set default video quality on YouTube & more.

H264ify With Auto 1080란 무엇입니까?

H264ify With Auto 1080은(는) Auto 1080p에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "H264ify with Auto 1080 Chrome Extension saves you from buffering videos & lets you set default video quality on YouTube & more."입니다.

확장 프로그램 스크린샷

screenshot

H264ify With Auto 1080 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension will automatically apply the 1080P setting to most of the streaming platforms. 📺

One of the simple and yet productivity tools where you can never worry about the streaming quality. 🌟

Add it to your browser one time and let it do the magic. 🚀

The current supported sites are:

Auto 1080p for Youtube
Prime Video
Auto 1080p for Disney+ Hotstar 🎥🌟🚀                    

확장 프로그램 기본 정보

이름 H264ify With Auto 1080 H264ify With Auto 1080
ID bncpjddkbppnnfbdogmilhecbjoccpci
공식 URL https://chromewebstore.google.com/detail/h264ify-with-auto-1080/bncpjddkbppnnfbdogmilhecbjoccpci
설명 H264ify with Auto 1080 Chrome Extension saves you from buffering videos & lets you set default video quality on YouTube & more.
파일 크기 15.53 KB
설치 횟수 1,169
현재 버전 1.1.0
최근 업데이트 2023-08-23
출시 날짜 2022-12-28
평점 4.75/5 총 4 개의 평점
개발자 Auto 1080p
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "H264ify With Auto 1080",
    "version": "1.1.0",
    "description": "H264ify with Auto 1080 Chrome Extension saves you from buffering videos & lets you set default video quality on YouTube & more. ",
    "icons": {
        "16": "video.png",
        "48": "video.png",
        "128": "video.png"
    },
    "action": {
        "default_icon": {
            "16": "video.png",
            "24": "video.png",
            "32": "video.png"
        },
        "default_title": "Changing quality of video",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}