Facebook Video Downloader MP3 MP4

Facebook Video Downloader MP3 MP4

Best Facebook Video Downloader Mp3 and Mp4 for FB Download. This Addon allow download Video from facebook fb with one click. You can convert and download video from Facebook in m4a, mp3, mp4 sd and mp4 hd quality. Convert fb video in just one step.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Best Facebook Video Downloader Mp3 and Mp4 for FB Download.",
  "manifest_version": 2,
  "name": "Facebook Video Downloader MP3 MP4",
  "version": "1.3",
  "homepage_url": "http://fb-keepvid.com",
  "icons": {
    "48": "icons/logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.facebook.com/*"
      ],
      "js": [
        "js/borderify.js"
      ]
    }
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "icons/page-16.png",
      "32": "icons/page-32.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}