RedOrbit HbbTV Emulator

Emulator for HbbTV applications

RedOrbit HbbTV Emulatorคืออะไร?

RedOrbit HbbTV Emulator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย redorbit.hbbtv และคุณลักษณะหลักของมันคือ "Emulator for HbbTV applications"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RedOrbit HbbTV Emulator

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

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

                        HbbTV applications can be finally tested and viewed within the Chrome browser. 

Just install the add-on and type in the HbbTV app URL you want to test into the address bar. The HbbTV app will be recognized automatically if the MIME content type is set  to "application/vnd.hbbtv.xhtml+xml". The add-on icon will be activated (colored) 

If the content type is not set  to "application/vnd.hbbtv.xhtml+xml" but you still want to test an HbbTV app, the RedOrbit HbbTV Emulator can be activated manually, in clicking the greyed out add-on icon.  

Key Features:

- Support of the following key codes

Red: R
Green: G
Yellow: Y
Blue: B
OK: Enter
Back: Backspace
Play: K
Pause: P
Play/Pause: Space
Stop: S
Fast Forward: D
Fast Backward: A
 
- Playback of mp4 Videos (Dash support is in planning)
- Embedded broadcast signal will be simulated with a waterfall video played in loop                    

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

ชื่อ RedOrbit HbbTV Emulator RedOrbit HbbTV Emulator
ID mmgfafehampkahlmoahbjcjcmgmkppab
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/redorbit-hbbtv-emulator/mmgfafehampkahlmoahbjcjcmgmkppab
คำอธิบาย Emulator for HbbTV applications
ขนาดไฟล์ 1.36 MB
จำนวนการติดตั้ง 2,864
เวอร์ชันปัจจุบัน 0.7
อัปเดตครั้งล่าสุด 2022-08-10
วันที่เผยแพร่ 2019-11-12
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา redorbit.hbbtv
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.redorbit.de/datenschutz
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RedOrbit HbbTV Emulator",
    "description": "Emulator for HbbTV applications",
    "version": "0.7",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "48": "img\/hbbtv_emulator_logo_48x48.png"
    },
    "page_action": {
        "default_icon": {
            "16": "img\/hbbtv_emulator_logo_16x16_off.png",
            "32": "img\/hbbtv_emulator_logo_32x32_off.png"
        },
        "default_title": "HbbTV Emulator"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/content_patched.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "js\/hbbtv.js",
        "dummy.mp4",
        "img\/broadcast.png",
        "img\/savearea.png"
    ],
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}