Simple YTDL Firefox

Examine source code of Simple YTDL

Inspect and view changes in Simple YTDL 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": "Simple YouTube Downloader",
  "version": "1.0",
  "description": "Allows for the downloading of YouTube videos with a single click.",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "downloader.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "download.svg"
  ],
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{33d6457a-408e-4cbf-935a-9e310eb11ea3}"
    }
  }
}

Best Simple YTDL Alternatives

Here are some Firefox add-ons that are similar to Simple YTDL: