Facebook Video Downloader

Facebook Video Downloader

Facebook Video Downloader - Quickly download videos directly from Facebook in HD quality with one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Facebook Video Downloader",
  "short_name": "FB Video Downloader",
  "version": "0.0.1",
  "description": "A simple web based tool to download any facebook video quickly!",
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "homepage_url": "https://chromecrxstore.com/viddl/",
  "browser_action": {
    "default_icon": {
      "16": "icons/icon_16.png",
      "48": "icons/icon_48.png",
      "128": "icons/icon_128.png"
    },
    "default_title": "Download any Video from Facebook!"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e4f99400-741a-4a1f-ac2d-4a985c8b07fe}"
    }
  }
}