HBOMax Video Bender: rotate and zoom video

Extension to rotate the screen while watching HBO Max. You can also zoom video in and out according to preferences.

HBOMax Video Bender: rotate and zoom videoคืออะไร?

HBOMax Video Bender: rotate and zoom video เป็นส่วนขยายของ Chrome ที่พัฒนาโดย BestChromeExtensions และคุณลักษณะหลักของมันคือ "Extension to rotate the screen while watching HBO Max. You can also zoom video in and out according to preferences."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HBOMax Video Bender: rotate and zoom video

ดาวน์โหลดไฟล์ส่วนขยาย HBOMax Video Bender: rotate and zoom video ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Are you one of the late-night binge-watchers? You’ve probably been wondering how to flip the screen to watch your favorite series comfortably in bed. We got you, here’s an extension you need!

With HBOMax Video Bender you’re able to rotate the screen at different angles and zoom the video in or out, all to achieve the perfect sync with your go-to watching position. You don’t need to worry about stabilizing your device since the only thing being flipped is the video. 

Extension scales the video to fit its width or height and rotates the screen every 45 degrees, so it allows you to choose the video position starting from fully horizontal or vertical, through diagonal, up to upside down! 

All you need to do is add HBOMax Video Bender extension to your browser, manage available options in the control panel and adjust the video size and angle as you wish. It’s as simple as that!

[Works also with MAX in US services🇺🇸]

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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HBOMax Video Bender: rotate and zoom video HBOMax Video Bender: rotate and zoom video
ID ckjnepcfgcniclfljepkcdejnjmihege
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hbomax-video-bender-rotat/ckjnepcfgcniclfljepkcdejnjmihege
คำอธิบาย Extension to rotate the screen while watching HBO Max. You can also zoom video in and out according to preferences.
ขนาดไฟล์ 156 KB
จำนวนการติดตั้ง 140
เวอร์ชันปัจจุบัน 1.0.14
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2022-02-26
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา BestChromeExtensions
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.vodextended.com/privacy_policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HBOMax Video Bender: rotate and zoom video",
    "description": "Extension to rotate the screen while watching HBO Max. You can also zoom video in and out according to preferences.",
    "version": "1.0.14",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.hbomax.com\/*",
        "*:\/\/*.max.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "VideoBender36HBO.png"
    },
    "content_scripts": [
        {
            "js": [
                "options.js",
                "engine.js"
            ],
            "matches": [
                "*:\/\/*.hbomax.com\/*",
                "*:\/\/*.max.com\/*"
            ]
        },
        {
            "js": [
                "hbomax.min.js"
            ],
            "matches": [
                "*:\/\/*.hbomax.com\/*"
            ]
        },
        {
            "js": [
                "max.min.js"
            ],
            "matches": [
                "*:\/\/*.max.com\/*"
            ]
        }
    ],
    "icons": {
        "36": "VideoBender36HBO.png",
        "128": "VideoBender128HBO.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}