Hoo's Hosting - Web Hosting Detector

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

Vad är Hoo's Hosting - Web Hosting Detector?

Hoo's Hosting - Web Hosting Detector är en Chrome-tillägg utvecklad av https://hooshosting.com, och dess huvudfunktion är "Instantly discover who hosts any given website. This is a light weight hosting detector.".

Tilläggsskärmbilder

screenshot

Ladda ner Hoo's Hosting - Web Hosting Detector-förlängningens CRX-fil

Ladda ner Hoo's Hosting - Web Hosting Detector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Hoo's Hosting - Web Hosting Detector Hoo's Hosting - Web Hosting Detector
ID hfbebhgdbhmicbemopkdjbobdfpfopni
Officiell webbadress https://chromewebstore.google.com/detail/hoos-hosting-web-hosting/hfbebhgdbhmicbemopkdjbobdfpfopni
Beskrivning Instantly discover who hosts any given website. This is a light weight hosting detector.
Filstorlek 1.14 MB
Antal Installationer 160
Aktuell Version 0.4
Senast Uppdaterad 2020-11-16
Publiceringsdatum 2020-11-01
Utvecklare https://hooshosting.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://hooshosting.com
Hjälpsida URL https://hooshosting.com
Stödda Språk 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'"
}