Instagrow: IG Email Scraper

Instagrow: IG Email Scraper

Instagrow is a powerfull tool helps you to scrape Emails from IG by followers, followings, locations, and hashtags.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Instagrow: IG Email Scraper",
  "description": "Instagrow is a powerfull tool helps you to scrape Emails from IG by followers, followings, locations, and hashtags.",
  "version": "1.6.2",
  "manifest_version": 2,
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "browser_action": {
    "default_title": "Instagrow",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "chrome_style": true
  },
  "permissions": [
    "storage",
    "webRequestBlocking",
    "webRequest",
    "https://i.instagram.com/*",
    "https://www.instagram.com/*",
    "https://*.cdninstagram.com/*",
    "https://*.fbcdn.net/*",
    "identity",
    "https://hypercavs.com/"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAydxqrLHxVZvv/akEZLtk6QIwPULFco3wS7A8tq5rv1+5jL4HtkhZeiqr/hHRfykUYLWZ7NsZ+OLmdvC5ehg82TzywBd0e4sIGa/fHUa2/jcycP5PViqFgpMLCjXhU+m3ro54eJOMWw+Nw9kR/LrP/YzFwjXOv8vuthGOFmv74FizDvS8EQd1T8++J4CUR0Nqd31P6zzFvtFIuxHLXwlAsM0P4X7f1Skd4xMVg0Vz4xcZgOJYVbvqbxSENJVrONpAcMDlxtJGKwNLA6JaIRjTbf/syHGbvS8oKMo1A3HGNzGtqiQUegjB+NLceoTfaTzl0a9jhKcV4+QVYqXsM46CiQIDAQAB",
  "oauth2": {
    "client_id": "947397396494-rheu77m1m0m77par2rm1vol4c9t664og.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  }
}