Instagram Video Downloader

Instagram Video Downloader

FREE Instagram Video Downloader Online. Simply Copy & Paste the Instagram Video URL & click Download. Your Video will be Downloaded in secs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Instagram Video Downloader",
  "version": "1.3",
  "description": "Instagram Video Downloader is a Free Online tool that helps to save your videos, photos, instadp, and IG stories.",
  "icons": {
    "128": "logo_128.png"
  },
  "browser_action": {
    "default_icon": "logo_128.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "https://instadownloaderpro.com/*",
    "https://www.instagram.*"
  ],
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "js/jquery.min.js",
        "js/popup.js"
      ],
      "css": [
        "css/button.css"
      ]
    }
  ]
}