FastSave for Instagram

FastSave for Instagram

Enjoy the most beautiful downloader for Instagram. Download All Stories & Videos & Photos from Instagram Anonymously. Supports IGTV download and bulk file download from Instagram page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "default_locale": "en",
  "version": "1.0.0",
  "icons": {
    "32": "icons/32.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "downloads",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "js/extension.js"
      ],
      "css": [
        "css/extension.css"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons/64.png"
  }
}