Video Downloader for Instagram™

Video Downloader for Instagram™

The fastest and easiest way to save any video from Instagram.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "/js/bg-worker.js"
  },
  "action": {
    "default_icon": {
      "16": "icon-16.png",
      "48": "icon-48.png",
      "128": "icon-128.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "/inject/script.js"
      ],
      "css": [
        "/inject/style.min.css"
      ],
      "matches": [
        "*://*.instagram.com/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "permissions": [
    "downloads"
  ],
  "version": "3.0.2",
  "homepage_url": "https://downloader-instagram.freebusinessapps.net"
}