Flash Video Downloader

Flash Video Downloader

Download Flash & Video from web pages using popular Flash Video Downloader.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "1.0.0",
  "name": "Flash Video Downloader",
  "description": "Download Flash & Video from web pages using popular Flash Video Downloader.",
  "background": {
    "scripts": [
      "jquery.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/ico_19.png",
    "default_popup": "popup.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "icons": {
    "16": "img/ico_16.png",
    "48": "img/ico_48.png",
    "128": "img/ico_128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "activeTab",
    "<all_urls>",
    "downloads"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}