Youtube TV

Youtube TV

Allows https://youtube.com/tv to load YouTube™ TV App from regular browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Youtube TV",
  "description": "Allows https://youtube.com/tv to load YouTube™ TV App from regular browser",
  "version": "1.0.0",
  "permissions": [
    "*://*.youtube.com/tv*",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}