youtube auto HD/4K

youtube auto HD/4K

Simple Auto HD quality selector for YouTube. Up to 8k/4kupported.Right click Search in Youtube.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "youtube auto HD/4K",
  "description": "Simple Auto HD quality selector for YouTube. Up to 8k/4kupported.Right click Search in Youtube.",
  "version": "1.4.5.1",
  "author": "Leo-nidus",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_title": "Simple Auto HD",
    "default_icon": "icons/icon16.png",
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "./donate-honor/index.html",
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "exclude_globs": [
        "*/embed/*",
        "*/tv#/*",
        "*/tv/*"
      ],
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}