Hoo's Hosting - Web Hosting Detector

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

Hvad er Hoo's Hosting - Web Hosting Detector?

Hoo's Hosting - Web Hosting Detector er en Chrome-udvidelse udviklet af https://hooshosting.com, og dens hovedfunktion er "Instantly discover who hosts any given website. This is a light weight hosting detector.".

Udvidelsesskærmbilleder

screenshot

Download Hoo's Hosting - Web Hosting Detector-udvidelses-CRX-fil

Download Hoo's Hosting - Web Hosting Detector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Hoo's Hosting - Web Hosting Detector Hoo's Hosting - Web Hosting Detector
ID hfbebhgdbhmicbemopkdjbobdfpfopni
Officiel URL https://chromewebstore.google.com/detail/hoos-hosting-web-hosting/hfbebhgdbhmicbemopkdjbobdfpfopni
Beskrivelse Instantly discover who hosts any given website. This is a light weight hosting detector.
Filstørrelse 1.14 MB
Antal Installationer 160
Nuværende Version 0.4
Senest Opdateret 2020-11-16
Udgivelsesdato 2020-11-01
Udvikler https://hooshosting.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://hooshosting.com
Hjælpeside-URL https://hooshosting.com
Understøttede Sprog 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'"
}