HBO Max HQ: change video quality

Extension to change video quality on HBO Max. Choose your preferred video resolution on HBO Max.

HBO Max HQ: change video quality란 무엇입니까?

HBO Max HQ: change video quality은(는) TheBestChromeExtensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to change video quality on HBO Max. Choose your preferred video resolution on HBO Max."입니다.

확장 프로그램 스크린샷

screenshot

HBO Max HQ: change video quality 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        We've updated the extension to work after some changes on HBO Max website. 

Adjust HBO Max video quality to your needs and your internet connection. With this extension, you will never experience annoying buffering again! 

You can choose your preferred video resolution in a simple popup window and watch the content in one of the available options: 
➡️ None
➡️ Low Definition
➡️ Standard Definition
➡️ High Definition
➡️ Full HD
➡️ QHD

All you need to do is add the HBO Max HQ extension to your browser and enjoy your favorite series in preferred video quality. It's as simple as that!

⭐ How does it work? ⭐ 
Extension forces the video to reload in the chosen resolution. Please note that if you set higher quality than is available in HBO Max, the extension will automatically reload video for the best quality available.

Disclaimer: HBO is a trademark of Home Box Office, Inc. This website & extension hold no association or affiliation with HBO Max or any third-party companies.                    

확장 프로그램 기본 정보

이름 HBO Max HQ: change video quality HBO Max HQ: change video quality
ID mhhjhenlaboidpdhhjhhboeinokpohpl
공식 URL https://chromewebstore.google.com/detail/hbo-max-hq-change-video-q/mhhjhenlaboidpdhhjhhboeinokpohpl
설명 Extension to change video quality on HBO Max. Choose your preferred video resolution on HBO Max.
파일 크기 170 KB
설치 횟수 5,000
현재 버전 1.0.18
최근 업데이트 2024-03-04
출시 날짜 2022-03-30
평점 2.76/5 총 34 개의 평점
개발자 TheBestChromeExtensions
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://vodextended.com/hbo/
개인정보 보호 정책 페이지 URL https://www.vodextended.com/privacy_policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HBO Max HQ: change video quality",
    "description": "Extension to change video quality on HBO Max. Choose your preferred video resolution on HBO Max.",
    "version": "1.0.18",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.hbomax.com\/*",
        "*:\/\/*.max.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "HBO128hq.png"
    },
    "content_scripts": [
        {
            "js": [
                "svod\/hbomax_com.js",
                "value.js",
                "engine.js",
                "hbomax.min.js"
            ],
            "matches": [
                "*:\/\/*.hbomax.com\/*"
            ]
        },
        {
            "js": [
                "svod\/max_com.js",
                "value.js",
                "engine.js",
                "max.min.js"
            ],
            "matches": [
                "*:\/\/*.max.com\/*"
            ]
        }
    ],
    "icons": {
        "36": "HBO36hq.png",
        "128": "HBO128hq.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}