HybridTvViewer

HybridTvViewer

With this add-on, your browser will not download HbbTV/CE-HTML/BML/OHTV web pages (i.e. iTV applications) but will provide a simulator enabling underneath technological features (OIPF,DVB,...)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "HybridTvViewer",
  "version": "0.5.1resigned1",
  "manifest_version": 2,
  "description": "Extension to deal with HbbTV,CE-HTML,BML,OHTV webpages",
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  },
  "permissions": [
    "tabs",
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "js/patcher.js",
    "js/options.js",
    "js/hbbdevtools.js",
    "js/first.js",
    "js/hbbtv.js",
    "js/hbbdom.js",
    "js/hbbobj.js",
    "css/injector.css",
    "css/options.css",
    "img/tv-icon19-off.png",
    "img/tv-icon38-off.png",
    "img/tv-icon128-off.png",
    "img/tv-icon128-on.png",
    "img/power.svg"
  ],
  "browser_action": {
    "default_icon": {
      "19": "img/tv-icon19-off.png",
      "38": "img/tv-icon38-off.png"
    },
    "default_title": "Hybrid TV viewer",
    "default_popup": "html/options.html"
  },
  "icons": {
    "128": "img/tv-icon128-on.png"
  },
  "background": {
    "scripts": [
      "js/patcher.js"
    ]
  },
  "devtools_page": "html/hbbdevtools.html"
}