Download Facebook Videos

Download Facebook Videos

Download videos from facebook pages, groups, profile, cover...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "5.0.4",
  "author": "pbion.com",
  "homepage_url": "https://pbion.com/en/facebook-downloader.html",
  "default_locale": "en",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "logo/logo16.png",
    "32": "logo/logo32.png",
    "48": "logo/logo48.png",
    "64": "logo/logo64.png",
    "128": "logo/logo128.png"
  },
  "browser_action": {
    "default_title": "Download Facebook Videos",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "logo/logo16.png",
      "32": "logo/logo32.png",
      "48": "logo/logo48.png",
      "64": "logo/logo64.png",
      "128": "logo/logo128.png"
    }
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://suggestqueries.google.com/*",
    "https://*.pbion.com/*",
    "https://*.fb.watch/*",
    "https://*.fbwat.ch/*",
    "https://*.fbcdn.net/*",
    "https://*.facebook.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.facebook.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "player.css"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://*.pbion.com/*"
      ],
      "js": [
        "pbion.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{da1658d3-3a27-4b7e-92d0-f89376190664}"
    }
  }
}