YouTube Music Mode

YouTube Music Mode

Automatically reduces video quality when you are not watching video. Thus, saving your internet bandwidth.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "css": [
        "inject_style.css"
      ],
      "js": [
        "v2/injector.js"
      ],
      "matches": [
        "*://*.youtube.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://cdn.mxpnl.com https://apis.google.com https://www.youtube.com/ https://s.ytimg.com/yt/jsbin/www-widgetapi-vfl9Ni0ki.js; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_description__",
  "externally_connectable": {
    "matches": [
      "*://*.youtube.com/*"
    ]
  },
  "icons": {
    "48": "icon.png",
    "128": "icon.png",
    "256": "icon.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "18",
  "name": "__MSG_name__",
  "permissions": [
    "storage"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.1.0",
  "web_accessible_resources": [
    "v2/injected.js",
    "v2/jquery-3.2.1-min.js"
  ]
}