IGEmail - Email Extractor and Scraper

IGEmail - 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": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "version": "2.5.8",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiENjs4Wf7nYrRGh5bzWs+/u8ondR3OC6bZIDlziinbDfxLGzGA9ovwc8sAdwoAlY7FoUDYvCxSriIAr9bJmvPv3DiAc+zoXR8u6ZA86svh9DIGYn/vNSCyCAUdj/iDuMAwGgWp8gw2mDTPIkneEYT94q2rObmbEa1dXyCEQ48JfsGsFz0GtnQ5ipD5e1EXotCFw6lEyNaewSqL7PiQoHTDJzq1iDmYIreMbX+HBo61QIu4Ejwwxqv3nGvEaZ97igAEpy82EGQL4YvreZgcFASbs6L73fbZ5VNr/iPat6HnvGphPi2/VaqTEdcgN2BZRdd0yun3IOcdaHWmtK6dOP7wIDAQAB",
  "homepage_url": "https://chrome.google.com/webstore/detail/ladgcimodjpcmbnhfinfkancggdemiko",
  "manifest_version": 3,
  "oauth2": {
    "client_id": "846966141146-mivpmgcpkktnc3vcpad9490u3gbo0fsr.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",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "*://*.instagram.com/*",
    "*://*.converts.cc/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "action": {
    "default_popup": "popup.html"
  }
}