Facebook GIF Downloader

Facebook GIF Downloader

Facebook GIF Downloader will allow you to Download GIF images from Facebook. You don't have to share links to your friends after using this extension. You'll really be sharing the GIF itself.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "GIF Downloader",
  "version": "1.7.3resigned1",
  "manifest_version": 2,
  "description": "This extension allows you to download GIF from Facebook",
  "short_name": "GIF Downloader",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.facebook.com/*"
      ],
      "js": [
        "scripts/jquery-3.1.1.min.js",
        "scripts/contentscript.js"
      ],
      "css": [
        "styles/main.css"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "page_action": {
    "default_icon": {
      "19": "images/icon-19.png",
      "38": "images/icon-38.png"
    },
    "default_title": "GIF Downloader"
  },
  "web_accessible_resources": [
    "images/dl-btn.png",
    "gif.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{735b26c7-f6d9-4c07-86fb-ae00ceb3571c}"
    }
  }
}