Hoo's Hosting - Web Hosting Detector

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

Qu'est-ce que Hoo's Hosting - Web Hosting Detector ?

Hoo's Hosting - Web Hosting Detector est une extension Chrome développée par https://hooshosting.com, et sa fonction principale est "Instantly discover who hosts any given website. This is a light weight hosting detector.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hoo's Hosting - Web Hosting Detector

Téléchargez les fichiers d'extension Hoo's Hosting - Web Hosting Detector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Hoo's Hosting - Web Hosting Detector Hoo's Hosting - Web Hosting Detector
ID hfbebhgdbhmicbemopkdjbobdfpfopni
URL Officiel 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.
Taille du Fichier 1.14 MB
Nombre d'Installations 160
Version Actuelle 0.4
Dernière Mise à Jour 2020-11-16
Date de Publication 2020-11-01
Développeur https://hooshosting.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://hooshosting.com
URL de la Page d'Aide https://hooshosting.com
Langues Prises en Charge 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'"
}