Hoo's Hosting - Web Hosting Detector

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

Was ist Hoo's Hosting - Web Hosting Detector?

Hoo's Hosting - Web Hosting Detector ist eine Chrome-Erweiterung, die von https://hooshosting.com entwickelt wurde, und ihr Hauptmerkmal ist "Instantly discover who hosts any given website. This is a light weight hosting detector.".

Erweiterungsscreenshots

screenshot

Hoo's Hosting - Web Hosting Detector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hoo's Hosting - Web Hosting Detector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Hoo's Hosting - Web Hosting Detector Hoo's Hosting - Web Hosting Detector
ID hfbebhgdbhmicbemopkdjbobdfpfopni
Offizielle URL https://chromewebstore.google.com/detail/hoos-hosting-web-hosting/hfbebhgdbhmicbemopkdjbobdfpfopni
Beschreibung Instantly discover who hosts any given website. This is a light weight hosting detector.
Dateigröße 1.14 MB
Installationsanzahl 160
Aktuelle Version 0.4
Letztes Update 2020-11-16
Veröffentlichungsdatum 2020-11-01
Entwickler https://hooshosting.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://hooshosting.com
Hilfeseite URL https://hooshosting.com
Unterstützte Sprachen 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'"
}