W3bin.com - Who is hosting that website?

W3bin.com - Who is hosting that website?

Find out who is hosting any website with 1 simple mouse click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon19.png",
    "default_title": "__MSG_default_title__"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "19": "icon19.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "permissions": [
    "tabs",
    "http://*.w3bin.com/"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.4"
}