Hosting Detector

Discover who is hosting the websites you're visiting!

What is Hosting Detector?

Hosting Detector is a Chrome extension developed by https://www.codeinwp.com, and its main feature is "Discover who is hosting the websites you're visiting!".

Extension Screenshots

screenshot

Download Hosting Detector Extension CRX File

Download Hosting Detector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Although answering a question like “who is hosting my website” seems simple enough – after all, you were the one buying that server space – there are some details you might not be aware of:

One of the facts of the hosting market is that not all hosting companies manage their own servers. In other words, although you might have bought your hosting setup from one company, that company might be leasing their server space from someone else.

Quite commonly in today’s market, cloud hosting companies like DigitalOcean, Vultr, Amazon AWS, or Google Cloud rent their server space to other operators. Those operators then resell the servers to their own clients.

Our hosting checker tool tells you if that’s the case with your host.                    

Extension Basic Information

Name Hosting Detector Hosting Detector
ID dhiahppddldkpmbckifoofmaajdnmmlf
Official URL https://chromewebstore.google.com/detail/hosting-detector/dhiahppddldkpmbckifoofmaajdnmmlf
Description Discover who is hosting the websites you're visiting!
File Size 10.19 KB
Installation Count 213
Current Version 1.0
Last Updated 2020-12-03
Publish Date 2020-12-02
Rating 5.00/5 Total 1 Ratings
Developer https://www.codeinwp.com
Email [email protected]
Payment Type free
Extension Website https://www.codeinwp.com/who-is-hosting-this/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hosting Detector",
    "version": "1.0",
    "description": "Discover who is hosting the websites you're visiting!",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "background": {
        "scripts": [
            "hosting-detector.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "permissions": [
        "tabs"
    ]
}