Video Downloader Professional

Video Downloader Professional

Video Downloader Professional will help you download popular videos and any medias you want!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "extension/background.html"
  },
  "browser_action": {
    "default_icon": "logo/icon19.png",
    "default_title": "__MSG_appName__"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "video/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "logo/16.png",
    "48": "logo/48.png",
    "128": "logo/128.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "2.6.6",
  "web_accessible_resources": [
    "*"
  ]
}