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文件

下載HBO Max HQ: change video quality擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}