Who Is Hosting?

Who Is Hosting?

This extension allows you to find who is hosting any website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.9.3",
  "default_locale": "en",
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "browser_action": {
    "default_icon": "img/48.png",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "img/16.png"
  ],
  "permissions": [
    "tabs",
    "http://hostadvice.int/",
    "http://hostadvice.com/"
  ]
}