Gfycat - Click to GIF

Gfycat - Click to GIF

Instantly grab and share videos as gifs!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extensionName__",
  "version": "1.1.2resigned1",
  "manifest_version": 2,
  "short_name": "__MSG_extensionShortName__",
  "description": "__MSG_extensionDescription__",
  "homepage_url": "http://gfycat.com/?src=chrmext",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": [
      "config.js",
      "jquery.js",
      "background.js",
      "backgroundshim.js"
    ]
  },
  "page_action": {
    "default_icon": "icons/icon-16.png",
    "default_title": "__MSG_pageActionTitle__",
    "browser_style": true
  },
  "permissions": [
    "activeTab",
    "webRequest",
    "contextMenus",
    "notifications",
    "tabs",
    "storage",
    "https://*.gfycat.com/*",
    "http://*.twitch.tv/*",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "config.js",
        "jquery.js",
        "contentshim.js",
        "content.js"
      ],
      "all_frames": true
    }
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "applications": {
    "gecko": {
      "id": "@gfycat-creator"
    }
  }
}