YouTube Download Plus Firefox

Examine source code of YouTube Download Plus

Inspect and view changes in YouTube Download Plus 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 Download Plus",
  "version": "3.0.0",
  "default_locale": "en",
  "description": "Download buttons for YouTube videos.",
  "icons": {
    "64": "icon.png"
  },
  "applications": {
    "gecko": {
      "id": "addon@ytdownloader.info"
    }
  },
  "permissions": [
    "*://*/*",
    "activeTab",
    "notifications",
    "storage",
    "tabs",
    "webNavigation"
  ],
  "background": {
    "scripts": [
      "index.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "data/jquery-3.1.0.min.js",
        "data/modification-script.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "32": "data/youtube-download-active.png"
    },
    "default_title": "YouTube Download",
    "default_popup": "data/youtube-panel.html",
    "browser_style": true
  },
  "options_ui": {
    "page": "data/options.html"
  },
  "web_accessible_resources": [
    "data/download.png",
    "data/options.css"
  ]
}

Best YouTube Download Plus Alternatives

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