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开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载HBO Max Extended: tools to fix HBO扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.*❗ 扩展基本信息
| 名称 | |
| 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"
}
} | |