Hoo's Hosting - Web Hosting Detector

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

Cos'è Hoo's Hosting - Web Hosting Detector?

Hoo's Hosting - Web Hosting Detector è un'estensione di Chrome sviluppata da https://hooshosting.com, e la sua funzione principale è "Instantly discover who hosts any given website. This is a light weight hosting detector.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hoo's Hosting - Web Hosting Detector

Scarica i file di estensione Hoo's Hosting - Web Hosting Detector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Hoo's Hosting - Web Hosting Detector Hoo's Hosting - Web Hosting Detector
ID hfbebhgdbhmicbemopkdjbobdfpfopni
URL Ufficiale https://chromewebstore.google.com/detail/hoos-hosting-web-hosting/hfbebhgdbhmicbemopkdjbobdfpfopni
Descrizione Instantly discover who hosts any given website. This is a light weight hosting detector.
Dimensione del File 1.14 MB
Conteggio Installazioni 160
Versione Corrente 0.4
Ultimo Aggiornamento 2020-11-16
Data di Pubblicazione 2020-11-01
Sviluppatore https://hooshosting.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://hooshosting.com
URL della Pagina di Aiuto https://hooshosting.com
Lingue Supportate 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'"
}