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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to change video quality on HBO Max. Choose your preferred video resolution on HBO Max."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में HBO Max HQ: change video quality एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}