Examine source code of Download YouTube Video

Inspect and view changes in Download YouTube Video source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "Download YouTube Video",
  "version": "2.1",
  "description": "Download YouTube Video add-on for downloading your favorite videos from popular streaming sites! With support for YouTube and more.",
  "action": {
    "default_popup": "popup.html",
    "default_title": "Download YouTube Video"
  },
  "icons": {
    "16": "icon/favicon16x16.png",
    "32": "icon/favicon32x32.png",
    "48": "icon/favicon48x48.png",
    "128": "icon/favicon128x128.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}