FB Downloader

FB Downloader

FBDownloader.Online allows you to download facebook videos with high quality: HD 1080p, 2K, 4K.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "images/icon_128.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "css/content.css"
      ],
      "js": [
        "js/jquery.js",
        "js/tippy.all.js",
        "js/content.js"
      ],
      "matches": [
        "https://*.facebook.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "32": "images/icon_32.png",
    "96": "images/icon_96.png",
    "128": "images/icon_128.png"
  },
  "manifest_version": 2,
  "homepage_url": "https://fbdownloader.online",
  "name": "__MSG_extName__",
  "permissions": [
    "tabs",
    "downloads"
  ],
  "version": "1.4"
}