Instagram email extractor

Instagram email extractor

Instagram Email Extractor 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",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "default_popup": "popup.html"
  },
  "version": "1.0.0",
  "author": "[email protected]",
  "name": "Instagram email extractor",
  "description": "Instagram Email Extractor scrape and extract emails from Instagram follower, following, commenter, liker, hashtag and location",
  "permissions": [
    "storage",
    "cookies",
    "identity"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjpxYbWhZnPjKXVFgduMBWUjPxR1YGLffswtR3vVh53KI5rLlfmfwRnRDLaGpJt6WTaMULMdrpAd6pYotUiJVOP7j7MZbkJv9Qa6+Rzse97N4cBxu/BUKxmi8WibGvpmjZVEHsbj4iW0fx36dP7kyIKm8zsbxivW2yPi6aKPepf+LIHCZ5cOrymc2w4aer83Y5kxvtL5glgyrXeFHbn3EiF1YI9Fi5eMQt4f+TeXusE2izkk4OULmCKi+COTM9Ii0vlpxJa5LBxKyl1+Nmh6Gj5r7t2XLA+WOB2xaJzPQDoshGVQu7JryB4Ebb2tuau6OKna5u41peOTqiBWK4yU9PwIDAQAB",
  "host_permissions": [
    "*://*.instagram.com/*",
    "*://*.cningot.com/*"
  ],
  "oauth2": {
    "client_id": "25416294044-u2pv90gjkt2u70932p78lbdenpeetgn2.apps.googleusercontent.com",
    "scopes": [
      "email",
      "profile"
    ]
  }
}