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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |