HBO Max Extended: tools to fix HBO

Useful tool to fix your HBO Max watching experience: adjust playback speed, hide mouse cursor, rotate screen, make custom subtitles.

HBO Max Extended: tools to fix HBO क्या है?

HBO Max Extended: tools to fix HBO BestChromeExtensions द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Useful tool to fix your HBO Max watching experience: adjust playback speed, hide mouse cursor, rotate screen, make custom subtitles."।

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

screenshot

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

crx प्रारूप में HBO Max Extended: tools to fix HBO एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Be in the driver's seat 🚗 of your viewing experience! HBO Max Extended is a great tool 🔧 which unifies multiple functionalities in one easy-to-use extension and gives you more control 🎮 over the HBO Max platform.
[Works also with MAX in US services🇺🇸]

Now you're able to:

Turn the cursor off in the full screen mode ❌🖱️
Speed up ⏫ or slow down ⏬ the playback speed
Rotate the screen 🔄
Customize subtitles 📝
All you need to do is add the HBO Max Extended extension to your browser 🌐, run the control panel 🕹️, choose the options you're interested in and enjoy watching content tailored to your personal viewing preferences 📺. It's as simple as that! ✔️

❗*Disclaimer: All product and company names are trademarks ™️ or registered trademarks ®️ of their respective holders. This extension holds no association or affiliation with them or any third-party companies.*❗                    

एक्सटेंशन की मूल जानकारी

नाम HBO Max Extended: tools to fix HBO HBO Max Extended: tools to fix HBO
ID pbgnkecgdngdnlepfhmejeedabnaemhf
आधिकारिक URL https://chromewebstore.google.com/detail/hbo-max-extended-tools-to/pbgnkecgdngdnlepfhmejeedabnaemhf
विवरण Useful tool to fix your HBO Max watching experience: adjust playback speed, hide mouse cursor, rotate screen, make custom subtitles.
फ़ाइल का आकार 187 KB
स्थापना संख्या 3,991
वर्तमान संस्करण 1.3.25
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2022-03-08
रेटिंग 3.25/5 कुल 28 रेटिंग्स
डेवलपर BestChromeExtensions
ईमेल [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 Extended: tools to fix HBO",
    "description": "Useful tool to fix your HBO Max watching experience: adjust playback speed, hide mouse cursor, rotate screen, make custom subtitles.",
    "version": "1.3.25",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.hbomax.com\/*",
        "*:\/\/*.max.com\/*"
    ],
    "action": {
        "default_icon": "hbo-extended.png"
    },
    "content_scripts": [
        {
            "js": [
                "options.js",
                "extensionEngine.js",
                "injectedEngine.js",
                "hbomax.min.js"
            ],
            "css": [
                "injected.css",
                "modalFrame.css",
                "otherCssFromExtension.css"
            ],
            "matches": [
                "*:\/\/*.hbomax.com\/*"
            ]
        },
        {
            "js": [
                "options.js",
                "extensionEngine.js",
                "injectedEngine.js",
                "max.min.js"
            ],
            "css": [
                "injected.css",
                "modalFrame.css",
                "otherCssFromExtension.css"
            ],
            "matches": [
                "*:\/\/*.max.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "hbo-extended.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "hbo-extended.png",
                "bubble.svg",
                "times-solid.svg",
                "play_default.png"
            ],
            "matches": [
                "*:\/\/*.hbomax.com\/*",
                "*:\/\/*.max.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "hboExtensionBackground.js"
    }
}