video-dl Firefox

Examine source code of video-dl

Inspect and view changes in video-dl 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": "video-dl",
  "version": "0.4",
  "description": "Download Videos",
  "homepage_url": "https://github.com/radupotop/ff-video-dl",
  "icons": {
    "48": "icons/videos.png",
    "96": "icons/videos-2x.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "c2d4f4bac91b@wooptoo.com",
      "strict_min_version": "96.0"
    }
  },
  "permissions": [
    "downloads",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "browser_style": true,
    "default_icon": "icons/videos.png",
    "default_title": "Download Video (Ctrl+Shift+0)",
    "show_matches": [
      "*://*.linkedin.com/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.linkedin.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "commands": {
    "download-video": {
      "suggested_key": {
        "default": "Ctrl+Shift+0"
      },
      "description": "Download Video"
    }
  }
}

Best video-dl Alternatives

Here are some Firefox add-ons that are similar to video-dl: