HBO Enhanced

Enhance HBO streaming experience with Shortcut Keys and Ad Blocking features

HBO Enhancedคืออะไร?

HBO Enhanced เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HBO Services และคุณลักษณะหลักของมันคือ "Enhance HBO streaming experience with Shortcut Keys and Ad Blocking features"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HBO Enhanced

ดาวน์โหลดไฟล์ส่วนขยาย HBO Enhanced ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        HBO Enhanced is exclusively built to help you watch or manage HBO streaming with shortcut keys with HBO Ad Blocker features.

Overview:-

HBO Enhanced is a free and light-weight extension that enables you to watch and manage HBO streaming with the arrow keys.

You no longer have to use the mouse to forward or rewind the video or increase or decrease the volume. You can do it with the arrow keys on your device’s keyboard. Furthermore, you can also perform various other functions with the HBO Enhanced extension.

It is the necessary tool that blocks and removes all types of advertisements/commercials and helps you stream freely!

Features:-

The HBO Enhanced extension has been exclusively developed to provide you with the convenient streaming experience with its unique features:-

Ad Blocking > The extension blocks all types of advertisements/commercials. 
Right Arrow > The Right arrow key Forwards the video to 15 seconds. 
Left Arrow > The left arrow key Skips the video to 15 seconds backwards. 
Up Arrow > You can turn the volume UP with the Up arrow key.  
Down Arrow > Press the Down arrow to turn the volume down. 
“F” Key > You can enable/disable the full screen with the “F” button. 
“M” Key > Mute/Unmute the video with the “M” button.  
Space > Play or Pause the video with the Space key. 

Disclaimer:-

HBO or HBO Max are trademarks of Home Box Office, Inc. This application and its developer are in no way affiliated with Home Box Office, Inc.                    

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

ชื่อ HBO Enhanced HBO Enhanced
ID pkdpclgpnnfhpapcnffgjbplfbmoejbj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hbo-enhanced/pkdpclgpnnfhpapcnffgjbplfbmoejbj
คำอธิบาย Enhance HBO streaming experience with Shortcut Keys and Ad Blocking features
ขนาดไฟล์ 23.75 KB
จำนวนการติดตั้ง 90
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2021-12-23
วันที่เผยแพร่ 2021-10-23
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา HBO Services
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.hbomaxwatchparty.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3",
    "name": "HBO Enhanced",
    "description": "Enhance HBO streaming experience with Shortcut Keys and Ad Blocking features",
    "icons": {
        "128": "img\/128.png",
        "48": "img\/48.png",
        "32": "img\/32.png",
        "16": "img\/16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "permissions": [],
    "browser_action": {
        "default_icon": "img\/128.png"
    },
    "manifest_version": 2
}