ViDA (Video Download Assistant)

ViDA (Video Download Assistant)

This extension assists in downloading video by isolating the source in a standard <video> tag and opening the url in a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "ViDA (Video Download Assistant)",
  "description": "This extension assists in downloading video by isolating the source in a standard <video> tag and opening the url in a new tab.",
  "version": "1.0",
  "browser_action": {
    "default_icon": "video.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ]
}