Album Downloader for Facebook

Album Downloader for Facebook

Download Facebook Album in one click!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.6.8",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "contentscript.js"
      ],
      "matches": [
        "http://*.facebook.com/*",
        "https://*.facebook.com/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "48": "efd-48.png",
    "96": "efd.png",
    "128": "efd-128.png",
    "512": "efd-512.png"
  },
  "options_page": "page/options.html",
  "manifest_version": 2,
  "name": "Album Downloader for Facebook",
  "page_action": {
    "default_icon": "efd-48.png",
    "default_title": "__MSG_download_button__"
  },
  "permissions": [
    "tabs",
    "https://fbdown.cloud/",
    "storage",
    "downloads"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
}