YouTube Video Downloader Firefox

Examine source code of YouTube Video Downloader

By: Epik
Inspect and view changes in YouTube Video 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
{
  "name": "YouTube Video Downloader",
  "description": "Adds a download button fetching the source of the YouTube Video.",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "http://www.youtube.com/*",
        "https://www.youtube.com/*"
      ],
      "js": [
        "injected.js"
      ]
    }
  ],
  "icons": {
    "32": "32x32.png",
    "48": "48x48.png",
    "96": "96x96.png",
    "128": "128x128.png",
    "256": "256x256.png",
    "512": "512x512.png"
  },
  "permissions": [
    "https://www.youtube.com/",
    "http://www.youtube.com/"
  ],
  "browser_action": {
    "default_icon": "48x48.png",
    "default_title": "YouTube Video Downloader"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; object-src 'self'"
}

Best YouTube Video Downloader Alternatives

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