SnapInsta: Instagram Downloader

SnapInsta: Instagram Downloader

SnapInsta: Instagram Downloader, Download Video, Photo, Reels, IGTV online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/favicon.png",
    "default_popup": "background.html",
    "default_title": "__MSG_extName__"
  },
  "content_scripts": [
    {
      "css": [
        "css/extension.css"
      ],
      "js": [
        "js/extension.js"
      ],
      "matches": [
        "*://*.instagram.com/*",
        "*://*.cdninstagram.com/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "512": "icons/instagram.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjhsJQLbYS8xAY2uKwODg0KmG6KxmafEM3bgPqkRytRVX28Z0Pzm41CSxhcxcEfKzSYSotEe/jzUnEwd25kZmaeH45ZqAL4siVkojqsQntlh0rnpHLH6XRCGznnmlvCT7xDLRsxejyqeF3EpTKOMMAdBuFhMlXlWA0cMwiesPF1DyFE2x5IKqOgt3RS5qwy3iaMkid8d88DnDm1LkPXacVcrgkaHZzs9WOuCwm7MNDYNF8/bCYHde5WTdgJu7G/dyZVh83GoZ1SQLU7q6lgxfyHlWcnNLCVFuu3HYCi34/DwwAxIC6qsgLp+OZlj6CeDS34QL8SPkhD6iw08ODr1ylQIDAQAB",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "downloads",
    "*://*.instagram.com/*",
    "*://*.cdninstagram.com/*",
    "*://*.cdninstagram.net/*",
    "*://*.fbcdn.net/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1",
  "web_accessible_resources": [
    "icons/download_black.png",
    "icons/download_white.png",
    "icons/instagram.png"
  ]
}