HybridTV Dev Environment

Polyfill to add basic HbbTV functionality to a browser.

Cos'è HybridTV Dev Environment?

HybridTV Dev Environment è un'estensione di Chrome sviluppata da smartclip Europe GmbH, e la sua funzione principale è "Polyfill to add basic HbbTV functionality to a browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HybridTV Dev Environment

Scarica i file di estensione HybridTV Dev Environment in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome HybridTV Dev Environment HybridTV Dev Environment
ID ljmkgjilkcmdokbgofbmjnkobejhhapc
URL Ufficiale https://chromewebstore.google.com/detail/hybridtv-dev-environment/ljmkgjilkcmdokbgofbmjnkobejhhapc
Descrizione Polyfill to add basic HbbTV functionality to a browser.
Dimensione del File 432 KB
Conteggio Installazioni 1,041
Versione Corrente 0.0.4
Ultimo Aggiornamento 2020-10-04
Data di Pubblicazione 2020-01-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore smartclip Europe GmbH
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/smartclip/HybridTvViewer
URL della Pagina della Politica sulla Privacy https://privacy-portal.smartclip.net
Lingue Supportate 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'"
}