Downloader for Instagram

Downloader for Instagram

Instagram downloader allows to download photo, image, video from Instagram, save story. Download video from Instagram

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_desc__",
  "default_locale": "en",
  "version": "0.1.6",
  "manifest_version": 2,
  "icons": {
    "16": "favicon.png",
    "32": "logo192.png",
    "48": "logo192.png",
    "128": "logo512.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "constants.js",
        "contentScript.js"
      ],
      "css": [
        "contentScript.css"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "search.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_title": "__MSG_title__",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "favicon.png",
      "32": "logo192.png",
      "48": "logo192.png",
      "128": "logo512.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "alarms",
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ]
}