Who is Hosting this Website?

Who is Hosting this Website?

Who is Hosting This Website is a free Add-on service for telling you- where websites are being hosted. "Who is Hosting this Website?" will also determine and display the IP address, DNS records and domain name ownership information (Whois Records).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "browser_style": true,
    "default_title": "Checkout who is hosting this website?",
    "default_popup": "pages/index.html",
    "default_icon": {
      "19": "icons/index.png",
      "38": "icons/index.png"
    }
  },
  "icons": {
    "48": "icons/index.png",
    "96": "icons/index.png"
  },
  "description": "'Who is Hosting This Website?' is a free Add-on for telling you Who Is Hosting this Site and Domain Name Ownership records.",
  "homepage_url": "https://www.accuwebhosting.com/resources/who-is-hosting-this",
  "manifest_version": 2,
  "name": "Who is Hosting this Website?",
  "version": "1.6",
  "permissions": [
    "activeTab",
    "tabs",
    "https://ping.accuwebhosting.com/"
  ],
  "background": {
    "scripts": [
      "js/jquery.min.js",
      "bootstrap-3.3.7/js/bootstrap.min.js",
      "jquery-ui-1.12.1/jquery-ui.min.js",
      "js/script.js",
      "js/html2canvas.min.js"
    ]
  }
}