HybridTV Dev Environment

Polyfill to add basic HbbTV functionality to a browser.

What is HybridTV Dev Environment?

HybridTV Dev Environment is a Chrome extension developed by smartclip Europe GmbH, and its main feature is "Polyfill to add basic HbbTV functionality to a browser.".

Extension Screenshots

screenshot

Download HybridTV Dev Environment Extension CRX File

Download HybridTV Dev Environment extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Polyfill to add basic HbbTV functionality to a browser. Uses HTML5 video elements for media playback and dispatches media events onto OIPF objects.

There are quite a few limitations and pitfalls for testing HbbTV-based applications. The ultimate goal of this project is to provide a "perfect" environment to run HbbTV apps in a browser as they would on a real TV set.                    

Extension Basic Information

Name HybridTV Dev Environment HybridTV Dev Environment
ID ljmkgjilkcmdokbgofbmjnkobejhhapc
Official URL https://chromewebstore.google.com/detail/hybridtv-dev-environment/ljmkgjilkcmdokbgofbmjnkobejhhapc
Description Polyfill to add basic HbbTV functionality to a browser.
File Size 432 KB
Installation Count 1,041
Current Version 0.0.4
Last Updated 2020-10-04
Publish Date 2020-01-16
Rating 5.00/5 Total 1 Ratings
Developer smartclip Europe GmbH
Email [email protected]
Payment Type free
Extension Website https://github.com/smartclip/HybridTvViewer
Privacy Policy Page URL https://privacy-portal.smartclip.net
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Polyfill to add basic HbbTV functionality to a browser.",
    "version": "0.0.4",
    "name": "HybridTV Dev Environment",
    "options_page": "options.html",
    "background": {
        "persistent": true,
        "scripts": [
            "background.bundle.js"
        ]
    },
    "icons": {
        "16": "TV_active_16.png",
        "48": "TV_active_48.png",
        "128": "TV_active_128.png"
    },
    "browser_action": {
        "default_icon": "TV_inactive_128.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "hbbtv_polyfill.js",
        "hbb-extension-content-ui.css",
        "remote-control.css",
        "in-page-extensions.js",
        "plugin-extensions.js",
        "TiresiasPCfont.ttf"
    ],
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}