Instagram DeskMate

Instagram DeskMate

Instagram DeskMate: Download images, videos, stories with mobile IG feel on your PC!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "icons": {
    "32": "img/32.png",
    "64": "img/64.png",
    "128": "img/128.png"
  },
  "action": {
    "default_icon": "img/64.png",
    "default_title": "__MSG_name__"
  },
  "background": {
    "service_worker": "worker/service_worker.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "content/js/ua.js"
      ],
      "matches": [
        "*://*.instagram.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "css": [
        "content/css/content.css",
        "content/css/shareModal.css"
      ],
      "js": [
        "content/js/jquery.min.js",
        "content/js/shareModal.js",
        "content/js/download.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "content/js/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "storage",
    "downloads",
    "system.display",
    "webNavigation",
    "declarativeNetRequest"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "manifest_version": 3,
  "version": "1.5.5",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}