Facebook Video Downloader

Facebook Video Downloader

Facebook Video Downloader - Download any videos/audios from Facebook and any other website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/external.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/logo.png",
    "default_popup": "html/popup.html",
    "default_title": "__MSG_title__"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_desc__",
  "icons": {
    "64": "images/logo.png",
    "128": "images/logo-128.png"
  },
  "externally_connectable": {
    "matches": [
      "*://ifbvideo.com/*"
    ]
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "downloads",
    "<all_urls>",
    "contextMenus"
  ],
  "short_name": "__MSG_name__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.2",
  "web_accessible_resources": [
    "*"
  ]
}