Hoo's Hosting - Web Hosting Detector

Instantly discover who hosts any given website. This is a light weight hosting detector.

What is Hoo's Hosting - Web Hosting Detector?

Hoo's Hosting - Web Hosting Detector is a Chrome extension developed by https://hooshosting.com, and its main feature is "Instantly discover who hosts any given website. This is a light weight hosting detector.".

Extension Screenshots

screenshot

Download Hoo's Hosting - Web Hosting Detector Extension CRX File

Download Hoo's Hosting - Web 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

                        Instantly discover who hosts any given website. This is a light weight hosting detector.                    

Extension Basic Information

Name Hoo's Hosting - Web Hosting Detector Hoo's Hosting - Web Hosting Detector
ID hfbebhgdbhmicbemopkdjbobdfpfopni
Official URL https://chromewebstore.google.com/detail/hoos-hosting-web-hosting/hfbebhgdbhmicbemopkdjbobdfpfopni
Description Instantly discover who hosts any given website. This is a light weight hosting detector.
File Size 1.14 MB
Installation Count 160
Current Version 0.4
Last Updated 2020-11-16
Publish Date 2020-11-01
Developer https://hooshosting.com
Email [email protected]
Payment Type free
Extension Website https://hooshosting.com
Help Page URL https://hooshosting.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hoo's Hosting - Web Hosting Detector",
    "short_name": "Hoos Hosting",
    "version": "0.4",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vue.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_popup": "Popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}