YourSportsInHD Stream Unblocker

YourSportsInHD Stream Unblocker

Allows you to watch streams from services that blocked our domain

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "YourSportsInHD Stream Unblocker",
  "version": "1.1.2resigned1",
  "manifest_version": 2,
  "description": "Allows to you watch streams from services that blocked our domain",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "512": "on.png"
  },
  "browser_action": {
    "default_icon": "on.png",
    "default_title": "YourSportsInHD Stream Unblocker",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "on.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}