Ancestry Media Download

Ancestry Media Download

Download media content from Ancestry.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "AncestryMediaContent.js"
      ],
      "matches": [
        "https://www.ancestry.com/family-tree/tree/*AncestryMediaDownload=*",
        "https://www.ancestry.com/mediaui-viewer/*AncestryFileDownload=*",
        "https://www.ancestry.co.uk/family-tree/tree/*AncestryMediaDownload=*",
        "https://www.ancestry.co.uk/mediaui-viewer/*AncestryFileDownload=*",
        "https://www.ancestry.ca/family-tree/tree/*AncestryMediaDownload=*",
        "https://www.ancestry.ca/mediaui-viewer/*AncestryFileDownload=*",
        "https://www.ancestry.com.au/family-tree/tree/*AncestryMediaDownload=*",
        "https://www.ancestry.com.au/mediaui-viewer/*AncestryFileDownload=*",
        "https://mediasvc.ancestry.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Download media content from Ancestry.",
  "icons": {
    "24": "ancestry24.png",
    "48": "ancestry48.png",
    "128": "ancestry128.png"
  },
  "manifest_version": 2,
  "name": "Ancestry Media Download",
  "browser_action": {
    "default_icon": {
      "24": "ancestry24.png"
    },
    "default_title": "Ancestry Media Download",
    "default_popup": "popup.html"
  },
  "permissions": [
    "https://www.ancestry.com/*",
    "https://www.ancestry.co.uk/*",
    "https://www.ancestry.ca/*",
    "https://www.ancestry.com.au/*",
    "https://mediasvc.ancestry.com/*"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "0.140"
}