Examine source code of YouTube Video Downloader

Inspect and view changes in YouTube Video Downloader 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": "YouTube Video Downloader",
  "version": "1.0",
  "description": "Download YouTube Video Online In All Formats 8K, 4k, HD and also HDR.",
  "action": {
    "default_popup": "popup.html",
    "default_title": "YouTube Video Downloader"
  },
  "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"
}