YouTube Downloader Firefox

Examine source code of YouTube Downloader

By: sachagd
Inspect and view changes in YouTube Downloader source codes across current and past versions
Vidego icon
Looking to download videos? Try the universal video downloader:
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Downloader",
  "version": "1.2",
  "description": "Download YouTube video in mp3 or mp4 files directly via Firefox.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab",
    "nativeMessaging",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "YouTube Downloader"
  },
  "options_ui": {
    "page": "settings.html",
    "chrome_style": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{effa17e0-0dba-4d56-8a9c-276b198dd884}"
    }
  }
}

Best YouTube Downloader Alternatives

Here are some Firefox add-ons that are similar to YouTube Downloader: