HBO Max HQ: change video quality
Extension to change video quality on HBO Max. Choose your preferred video resolution on HBO Max.
¿Qué es HBO Max HQ: change video quality?
HBO Max HQ: change video quality es una extensión de Chrome desarrollada por TheBestChromeExtensions, y su función principal es "Extension to change video quality on HBO Max. Choose your preferred video resolution on HBO Max.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión HBO Max HQ: change video quality
Descarga archivos de extensión HBO Max HQ: change video quality en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | HBO Max HQ: change video quality |
ID | mhhjhenlaboidpdhhjhhboeinokpohpl |
URL Oficial | https://chromewebstore.google.com/detail/hbo-max-hq-change-video-q/mhhjhenlaboidpdhhjhhboeinokpohpl |
Descripción | Extension to change video quality on HBO Max. Choose your preferred video resolution on HBO Max. |
Tamaño del Archivo | 170 KB |
Cantidad de Instalaciones | 5,000 |
Versión Actual | 1.0.18 |
Última Actualización | 2024-03-04 |
Fecha de Publicación | 2022-03-30 |
Calificación | 2.76/5 Total de 34 Calificaciones |
Desarrollador | TheBestChromeExtensions |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://vodextended.com/hbo/ |
URL de la Página de Política de Privacidad | https://www.vodextended.com/privacy_policy |
Idiomas Soportados | 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" } } |