Downloader for Instagram

Downloader for Instagram

Hi-speed Downloader for Instagram. Fast Downloading Photo, Video or Stories from Instagram to your PC. Single and Bulk Downloads.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "version": "1.92",
  "default_locale": "en",
  "icons": {
    "128": "img/icon_128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "img/icon_16.png"
    }
  },
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "storage",
    "downloads",
    "<all_urls>",
    "cookies",
    "webRequest",
    "webRequestBlocking"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "js/jquery.js",
        "js/jszip.min.js",
        "js/FileSaver.js",
        "js/jszip_utils.js",
        "js/simple_gb.js",
        "js/content.js"
      ],
      "css": [
        "css/content.css",
        "css/modal_box.css"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "css/*",
    "img/*"
  ]
}