Free Email And Social Extractor - Growth Hunt

Free Email And Social Extractor - Growth Hunt

Best FREE way to automatically detect and extract emails and social profiles from websites you visit.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Free Email And Social Extractor - Growth Hunt",
  "homepage_url": "https://www.growthhunt.io",
  "description": "Best FREE way to automatically detect and extract emails and social profiles from websites you visit.",
  "default_locale": "en",
  "permissions": [
    "storage",
    "http://*/*",
    "https://*/*",
    "tabs"
  ],
  "icons": {
    "16": "icons/color/16.png",
    "48": "icons/color/48.png",
    "128": "icons/color/128.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js-dist/jquery-3.5.1.min.js",
        "js/content-script.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Free Email And Social Extractor - GrowthHunt",
    "default_icon": {
      "19": "icons/color/19.png",
      "38": "icons/color/38.png"
    }
  },
  "version": "0.3.0",
  "content_security_policy": "script-src 'self' ; object-src 'self'"
}