Enhance Youtube™ Livestream

Enhance Youtube™ Livestream

ENHANCE and SPEED UP for the your viewing YouTube live stream (Football, Game, ...) for slow internet connection.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Enhance Youtube™ Livestream",
  "short_name": "Enhance Youtube™ Livestream",
  "description": "ENHANCE and SPEED UP for the your viewing YouTube live stream (Football, Game, ...) for slow internet connection.",
  "version": "1.0.2",
  "author": "matico",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "web_accessible_resources": [
    "data/*.json"
  ],
  "browser_action": {
    "default_icon": "icon/enable.png"
  }
}