Auto HD/4k/8k for YouTube™ - YouTube™ Auto HD

Auto HD/4k/8k for YouTube™ - YouTube™ Auto HD

Automatically set your default YouTube™ video quality with this great new Auto HD, supporting high definition resolution HD/4k/8k.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "short_name": "__MSG_short_name__",
  "version": "1.05",
  "description": "__MSG_description__",
  "permissions": [
    "tabs",
    "<all_urls>",
    "storage"
  ],
  "background": {
    "scripts": [
      "lib/browser-polyfill.min.js",
      "utils.js",
      "browser-action.js",
      "background.js"
    ]
  },
  "default_locale": "en",
  "content_scripts": [
    {
      "all_frames": true,
      "css": [],
      "js": [
        "lib/browser-polyfill.min.js",
        "utils.js",
        "content/embedded-frame-js-flag.js",
        "content/yt-auto-hd.js",
        "content.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "19": "images/hd_128.png",
      "38": "images/hd_128.png",
      "128": "images/hd_128.png"
    },
    "default_title": "__MSG_name__"
  },
  "icons": {
    "16": "images/hd_128.png",
    "48": "images/hd_128.png",
    "128": "images/hd_128.png"
  },
  "applications": {
    "gecko": {
      "strict_min_version": "52.0a2",
      "id": "{4cf120ba-c67a-47a9-9c99-7ab813d08379}"
    }
  },
  "manifest_version": 2
}