Open in Hunter.io

Open in Hunter.io

Opens the current website in Hunter.io

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Open in Hunter.io",
  "short_name": "Opens the current website in Hunter email finding tool",
  "version": "2.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "hunter.js"
    ]
  },
  "description": "Opens the current website in Hunter.io",
  "icons": {
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "page_action": {
    "default_icon": {
      "19": "icon.png"
    },
    "default_title": "Open in Hunter.io"
  },
  "permissions": [
    "tabs"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'"
}