DM Saver for Instagram™

DM Saver for Instagram™

Downloads Instagram™ direct messages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_icon": {
      "128": "imgs/128.png"
    }
  },
  "author": "",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "https://www.instagram.com/"
      ],
      "js": [
        "js/jquery-3.1.1.min.js",
        "js/moment.js",
        "js/zip.js",
        "js/z-worker.js",
        "js/deflate.js"
      ]
    }
  ],
  "description": "Downloads Instagram™ direct messages",
  "host_permissions": [
    "https://*.instagram.com/",
    "https://*.cdninstagram.com/",
    "https://*.fbcdn.net/",
    "https://*.fbsbx.com/",
    "https://chatsavers.org/"
  ],
  "icons": {
    "128": "imgs/128.png"
  },
  "manifest_version": 3,
  "name": "DM Saver for Instagram™",
  "permissions": [
    "storage"
  ],
  "version": "3.0.0.7",
  "web_accessible_resources": [
    {
      "resources": [
        "css/ig_style.css",
        "js/z-worker.js",
        "js/patch-worker.js",
        "js/deflate.js",
        "buy.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}