IGEmail - IG Email Extractor and Scraper

IGEmail - IG Email Extractor and Scraper

IGEmail scrape and extract emails from Instagram follower, following, commenter, liker, hashtag and location

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "IGEmail - IG Email Extractor and Scraper",
  "description": "IGEmail scrape and extract emails from Instagram follower, following, commenter, liker, hashtag and location",
  "version": "2.2.3",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnUH8u+fxp27pBitWDH/vK4KkwoyxOjbjIxYijTD/ik79+Zx7VuMo4zjPOFi+tPrlc4qAZ0BNlyWroIGoMs26we8fFR7jTINIPEbxmG2kzkBMGStvqwm0lWz73xEQmUK+M2acrN2Jhlg17dLZWefVFGOxg37aqhDwKXLS99tWKL5J/MpkkopVsz8Ophb4DelwIX4Q0v4qeTwpLeRkL4WEiCDSsQ8s1451+y4wfbi9tQ73hlawuoFVXOA415TvMQQQ/EdkHQXwGEPitMLdx9n31rbfgE09QMDlNCRDu00TTydLB+6uZupzefO4SPG+ZqzSpxNtG7DrCdjmp73H3bCYtwIDAQAB",
  "homepage_url": "https://chrome.google.com/webstore/detail/piggoaeofkgbcdipojhedadmofinkena",
  "manifest_version": 3,
  "oauth2": {
    "client_id": "846966141146-d06fb3rbe1qqpe4u0rvl9kk7gsi3htma.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ],
    "web_client_id": "846966141146-splrmpctcgpvcath89t8bfasrd1u4epq.apps.googleusercontent.com"
  },
  "background": {
    "service_worker": "service-worker.js"
  },
  "icons": {
    "16": "public/lib/images/logo_16.png",
    "32": "public/lib/images/logo_32.png",
    "48": "public/lib/images/logo_48.png",
    "128": "public/lib/images/logo_128.png"
  },
  "permissions": [
    "storage",
    "cookies",
    "identity"
  ],
  "host_permissions": [
    "*://*.instagram.com/*",
    "*://*.converts.cc/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "action": {
    "default_popup": "popup.html"
  }
}