GfyFetcher

GfyFetcher

This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "GfyFetcher",
  "description": "This extension allows you to right click on gifs or links and open them as HTML5 videos via Gfycat.",
  "version": "0.1.4",
  "background": {
    "page": "src/bg.html"
  },
  "permissions": [
    "contextMenus"
  ],
  "content_security_policy": "default-src 'self'",
  "icons": {
    "16": "assests/icon-bitty.png",
    "48": "assests/icon-small.png",
    "128": "assests/icon-large.png"
  }
}