Downloader for Instagram

Downloader for Instagram

Download videos and photos

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Downloader for Instagram",
  "version": "1.1",
  "description": "Download videos and photos",
  "manifest_version": 2,
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "script.js"
    ]
  },
  "browser_action": {
    "default_icon": "logo.png"
  },
  "icons": {
    "128": "logo_128.png"
  }
}