Domain Hunter Plus

Domain Hunter Plus

Scans the current tab for dead links and available domain names.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Domain Hunter Plus",
  "version": "1.1.1",
  "manifest_version": 2,
  "description": "Scans the current tab for dead links and available domain names.",
  "homepage_url": "http://domainhunterplus.com",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon-19.png",
    "default_title": "Domain Hunter Plus"
  },
  "permissions": [
    "tabs",
    "*://*/*"
  ],
  "options_page": "options.html",
  "icons": {
    "32": "icon-32.png",
    "48": "icon-48.png",
    "64": "icon-64.png",
    "128": "icon-128.png"
  },
  "web_accessible_resources": [
    "arrow.png",
    "close.png",
    "logo.png"
  ]
}