IG Leads Spider

IG Leads Spider is your ultimate Instagram companion, designed to empower your business by extracting valuable leads from Instagram…
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.1",
  "name": "IG Leads Spider",
  "description": "",
  "action": {
    "default_popup": "popup.html",
    "default_icon": "img/logo-48.png"
  },
  "icons": {
    "48": "img/logo-48.png"
  },
  "oauth2": {
    "client_id": "193187296212-9nv3ls9irtbo8tljouf914v8nsdvs5un.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email",
      "profile"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "host_permissions": [
    "*://*.instagram.com/",
    "*://*.facebook.com/"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "permissions": [
    "storage",
    "cookies",
    "identity"
  ],
  "options_page": "options.html"
}