Prime Video Downloader

Prime Video Downloader

Save moments you like from Instagram, Vimeo, and Facebook.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": true,
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/128.png",
    "default_title": "Downloader"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/providers.js"
      ],
      "matches": [
        "http://www.facebook.com/*",
        "https://www.facebook.com/*",
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "default_locale": "en",
  "description": "Save moments you like from Instagram, Vimeo, and Facebook.",
  "icons": {
    "128": "images/128.png"
  },
  "manifest_version": 2,
  "name": "Prime Video Downloader",
  "permissions": [
    "<all_urls>",
    "storage",
    "http://facebook.com/",
    "https://facebook.com/",
    "downloads"
  ],
  "short_name": "Video Downloader",
  "version": "4.3.0",
  "web_accessible_resources": [
    "images/download_icon.png"
  ]
}