Instagram Downloader

Instagram Downloader

This helps you download Photos, Videos and Story from Instagram. The images/video will open in new page. Right click and save them. If you face problem with old version please update to latest version 5.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Instagram Downloader",
  "description": "This extension allows downloading of images from instagram",
  "version": "5",
  "browser_action": {
    "default_title": "",
    "default_icon": "icon.jpg",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ]
}