GIF Speed downloader

GIF Speed downloader

GIF speed downloader is a video player for animated GIFS. Use it as you would a normal video player and downloader!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "GIF Speed downloader",
  "version": "1.2.0.0",
  "manifest_version": 2,
  "description": "GIF speed downloader is a video player for animated GIFS. Use it as you would a normal video player and downloader!",
  "permissions": [
    "contextMenus",
    "tabs",
    "<all_urls>"
  ],
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "background": {
    "scripts": [
      "js/eventPage.js"
    ]
  },
  "options_page": "options.html",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}