Video Downloader for Instagram™

Video Downloader for Instagram™

The fastest and easiest way to save any video from Instagram.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_application_title__",
  "description": "__MSG_application_description__",
  "version": "1.0.1",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "web_accessible_resources": [
    "icons/download.png",
    "icons/download_multiple.png"
  ],
  "permissions": [
    "downloads",
    "background"
  ],
  "background": {
    "page": "html/background.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "js/button.js",
        "js/downloadAll.js",
        "js/hoverable.js",
        "js/downloadHomePage.js",
        "js/downloadStory.js",
        "js/profilePicture.js",
        "js/main.js"
      ],
      "css": [
        "css/main.css"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}