Force enable YouTube DVR

Force enable YouTube DVR

Enables the YouTube DVR on all streams

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Force enable YouTube DVR",
  "version": "0.5",
  "description": "Enables the YouTube DVR on all streams",
  "icons": {
    "32": "enabled.svg"
  },
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "activeTab",
    "https://www.youtube.com/watch?*",
    "https://www.youtube.com/youtubei/v1/player?*",
    "https://www.youtube.com/c/*/live"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "79.0"
    }
  },
  "browser_action": {
    "default_icon": {
      "32": "disabled.svg"
    }
  }
}