YouTube Gaming Switcher

YouTube Gaming Switcher

This app can switch gaming layout and normal layout by simple click.

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 Gaming Switcher",
  "short_name": "Switcher",
  "version": "1.1",
  "description": "This app can switch gaming layout and normal layout by simple click.",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "Scripts/eventPage.js"
    ],
    "persistent": false
  }
}