Hoo's Hosting - Web Hosting Detector

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

Wat is Hoo's Hosting - Web Hosting Detector?

Hoo's Hosting - Web Hosting Detector is een Chrome-extensie ontwikkeld door https://hooshosting.com, en de belangrijkste functie is "Instantly discover who hosts any given website. This is a light weight hosting detector.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Hoo's Hosting - Web Hosting Detector

Download Hoo's Hosting - Web Hosting Detector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Hoo's Hosting - Web Hosting Detector Hoo's Hosting - Web Hosting Detector
ID hfbebhgdbhmicbemopkdjbobdfpfopni
Officiële URL https://chromewebstore.google.com/detail/hoos-hosting-web-hosting/hfbebhgdbhmicbemopkdjbobdfpfopni
Beschrijving Instantly discover who hosts any given website. This is a light weight hosting detector.
Bestandsgrootte 1.14 MB
Aantal Installaties 160
Huidige Versie 0.4
Laatst Bijgewerkt 2020-11-16
Publicatiedatum 2020-11-01
Ontwikkelaar https://hooshosting.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://hooshosting.com
Help Pagina-URL https://hooshosting.com
Ondersteunde Talen 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'"
}