IGPosts - photos and videos downloader

A smart lead tool to scrape photos and videos from Instagram, download, and export to CSV with one click
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "icons": {
    "16": "icon16.plasmo.e21d245f.png",
    "32": "icon32.plasmo.8f91456a.png",
    "48": "icon48.plasmo.7a3aedc3.png",
    "64": "icon64.plasmo.d7183597.png",
    "128": "icon128.plasmo.5d6429ff.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.e21d245f.png",
      "32": "icon32.plasmo.8f91456a.png",
      "48": "icon48.plasmo.7a3aedc3.png",
      "64": "icon64.plasmo.d7183597.png",
      "128": "icon128.plasmo.5d6429ff.png"
    },
    "default_popup": "popup.html"
  },
  "version": "1.1.1",
  "author": "PingApps",
  "name": "IGPosts - photos and videos downloader",
  "description": "A smart lead tool to scrape photos and videos from Instagram, download, and export to CSV with one click",
  "background": {
    "service_worker": "background.a8902985.js"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "cookies",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "js": [
        "task.c8f00185.js"
      ],
      "css": [
        "font.1380c200.css"
      ]
    }
  ],
  "host_permissions": [
    "*://*.instagram.com/*",
    "*://*.pingapps.top/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "resources": [
        "Inter-Regular.6a2fcd85.woff2",
        "Inter-Bold.e6730a0b.woff2",
        "e3b1320b18219fdb-e402311d96278364.8a9e1fab.js",
        "task.87e19f58.png",
        "task.4ec2111b.png"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}