Auto High Quality for YouTube™

Auto High Quality for YouTube™

Automatically change YouTube video quality to HD resolution or the highest available one

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Auto High Quality for YouTube™",
  "description": "Automatically change YouTube video quality to HD resolution or the highest available one",
  "version": "0.4.4",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "*://www.youtube.com/*"
  ],
  "background": {
    "service_worker": "worker.js"
  },
  "homepage_url": "https://webextension.org/listing/youtube-hd.html",
  "action": {
    "default_popup": "/data/popup/index.html"
  },
  "icons": {
    "16": "/data/icons/16.png",
    "19": "/data/icons/19.png",
    "32": "/data/icons/32.png",
    "38": "/data/icons/38.png",
    "48": "/data/icons/48.png",
    "128": "/data/icons/128.png",
    "256": "/data/icons/256.png",
    "512": "/data/icons/512.png"
  },
  "commands": {
    "_execute_action": {}
  }
}