Insta Export Tool - All in one export tool

Insta Export Tool - All in one export tool

Scrape and extract user data from Instagram follower, following, commenter, liker, hashtag and location to CSV.

Merlin
Additional files are visible only to premium users

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.0.2",
  "author": "PingApps",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "background": {
    "service_worker": "background.a8902985.js"
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "cookies"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "js": [
        "task.c8f00185.js"
      ],
      "css": [
        "font.1380c200.css"
      ]
    }
  ],
  "default_locale": "en",
  "host_permissions": [
    "*://*.instagram.com/*",
    "*://*.pingapps.top/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "resources": [
        "Inter-Regular.6a2fcd85.woff2",
        "Inter-Bold.e6730a0b.woff2",
        "task.87e19f58.png",
        "task.4ec2111b.png"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}