Good Video Downloader

Good Video Downloader

Video Downloader that works. Video, audio, avi, mp4, mp3, mov, flash download maintained.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.6",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "short_name": "__MSG_name__",
  "description": "__MSG_desc__",
  "default_locale": "en",
  "icons": {
    "32": "/img/32.png",
    "64": "/img/64.png",
    "128": "/img/128.png"
  },
  "browser_action": {
    "default_icon": "/img/32.png",
    "default_title": "__MSG_title__",
    "default_popup": "/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/js/lib/jquery-3.2.1.min.js",
        "/js/lib/tools.js",
        "/js/_config.js",
        "/js/providers/abstract-provider.js",
        "/js/providers/dm.js",
        "/js/providers/fb.js",
        "/js/providers/in.js",
        "/js/providers/tw.js",
        "/js/providers/vk.js",
        "/js/providers/vm.js",
        "/js/providers/xx.js",
        "/js/content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "/js/lib/jquery-3.2.1.min.js",
      "/js/lib/tools.js",
      "/js/_config.js",
      "/js/background.js"
    ]
  },
  "permissions": [
    "storage",
    "downloads",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "/img/*"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval';  object-src 'self'"
}