Video Downloader professional

Video Downloader professional

- download and save videos embedded into a website to your hard disk - add youtube, vimeo and other videos easily to your video list - supports up to 4k videos

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Video Downloader professional",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icon.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "default_locale": "en",
  "version": "2.0.11",
  "manifest_version": 2,
  "permissions": [
    "webRequest",
    "downloads",
    "tabs",
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "js": [
        "./content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": false,
      "run_at": "document_start"
    }
  ],
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": "icon.png",
    "default_title": "Video Downloader Professional",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ffext_basicvideoext@startpage24"
    }
  }
}