YouTube Video Downloader Pro

Download your favorite YouTube videos quickly and easily with YouTube Video Downloader Pro. Enjoy fast, high-quality downloads in multiple formats, including HD and 4K. Our ad-free, user-friendly extension ensures a seamless and secure experience.
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": 2,
  "name": "YouTube Video Downloader Pro",
  "version": "2.0",
  "description": "Transform your YouTube experience with YouTube Video Downloader Pro! This powerful extension allows you to quickly and easily download your favorite YouTube videos in high quality. Whether you want to save videos for offline viewing, create a personal video library, or share content with friends, YouTube Video Downloader Pro has got you covered.",
  "permissions": [
    "activeTab",
    "https://www.googleapis.com/"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{fc567895-f344-44a5-b6ff-20d2feed95b2}"
    }
  }
}